Searched refs:CONTACT_POINT_PROPERTY_EMAIL (Results 1 – 4 of 4) sorted by relevance
41 public static final String CONTACT_POINT_PROPERTY_EMAIL = "email"; field in ContactPoint82 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()
26 ….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 …]
75 ContactPoint.CONTACT_POINT_PROPERTY_EMAIL)120 ContactPoint.CONTACT_POINT_PROPERTY_EMAIL)
71 + ContactPoint.CONTACT_POINT_PROPERTY_EMAIL,