Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DContactPoint.java41 public static final String CONTACT_POINT_PROPERTY_EMAIL = "email"; field in ContactPoint
82 CONTACT_POINT_PROPERTY_EMAIL)
130 return getPropertyStringArray(CONTACT_POINT_PROPERTY_EMAIL); in getEmails()
200 setPropertyString(CONTACT_POINT_PROPERTY_EMAIL, mEmails.toArray(new String[0])); in build()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DEnterpriseContactsTest.java26 ….android.server.appsearch.contactsindexer.appsearchtypes.ContactPoint.CONTACT_POINT_PROPERTY_EMAIL;
267 CONTACT_POINT_PROPERTY_EMAIL, CONTACT_POINT_PROPERTY_TELEPHONE); in testGetEnterpriseContact()
270 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_EMAIL)).isEqualTo( in testGetEnterpriseContact()
286 + CONTACT_POINT_PROPERTY_EMAIL)).build(); in testGetEnterpriseContact_withProjection()
302 assertThat(contactPoint.getPropertyNames()).containsExactly(CONTACT_POINT_PROPERTY_EMAIL); in testGetEnterpriseContact_withProjection()
303 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_EMAIL)).isEqualTo( in testGetEnterpriseContact_withProjection()
331 CONTACT_POINT_PROPERTY_LABEL, CONTACT_POINT_PROPERTY_EMAIL, in testSearchEnterpriseContacts()
351 + CONTACT_POINT_PROPERTY_EMAIL)) in testSearchEnterpriseContacts_withProjection()
363 CONTACT_POINT_PROPERTY_EMAIL); in testSearchEnterpriseContacts_withProjection()
397 CONTACT_POINT_PROPERTY_LABEL, CONTACT_POINT_PROPERTY_EMAIL, in testSearchEnterpriseContacts_withFilter()
[all …]
DTestUtils.java75 ContactPoint.CONTACT_POINT_PROPERTY_EMAIL)
120 ContactPoint.CONTACT_POINT_PROPERTY_EMAIL)
/packages/modules/AppSearch/service/java/com/android/server/appsearch/transformer/
DPersonEnterpriseTransformer.java71 + ContactPoint.CONTACT_POINT_PROPERTY_EMAIL,