Home
last modified time | relevance | path

Searched refs:CONTACT_POINT_PROPERTY_LABEL (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DContactPoint.java38 public static final String CONTACT_POINT_PROPERTY_LABEL = "label"; field in ContactPoint
49 CONTACT_POINT_PROPERTY_LABEL)
115 return getPropertyString(CONTACT_POINT_PROPERTY_LABEL); in getLabel()
160 setPropertyString(CONTACT_POINT_PROPERTY_LABEL, label); in setLabel()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DEnterpriseContactsTest.java27 ….android.server.appsearch.contactsindexer.appsearchtypes.ContactPoint.CONTACT_POINT_PROPERTY_LABEL;
266 assertThat(contactPoint.getPropertyNames()).containsExactly(CONTACT_POINT_PROPERTY_LABEL, in testGetEnterpriseContact()
268 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_LABEL)).isEqualTo( in testGetEnterpriseContact()
331 CONTACT_POINT_PROPERTY_LABEL, CONTACT_POINT_PROPERTY_EMAIL, in testSearchEnterpriseContacts()
397 CONTACT_POINT_PROPERTY_LABEL, CONTACT_POINT_PROPERTY_EMAIL, in testSearchEnterpriseContacts_withFilter()
555 CONTACT_POINT_PROPERTY_LABEL, CONTACT_POINT_PROPERTY_EMAIL, in testEnterpriseContactsInSystemPackage_transformPerson()
557 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_LABEL)).isEqualTo( in testEnterpriseContactsInSystemPackage_transformPerson()
DTestUtils.java51 ContactPoint.CONTACT_POINT_PROPERTY_LABEL)
97 ContactPoint.CONTACT_POINT_PROPERTY_LABEL)
/packages/modules/AppSearch/service/java/com/android/server/appsearch/transformer/
DPersonEnterpriseTransformer.java68 + ContactPoint.CONTACT_POINT_PROPERTY_LABEL,