Home
last modified time | relevance | path

Searched refs:PERSON_PROPERTY_CONTACT_POINTS (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DEnterpriseContactsTest.java32 … com.android.server.appsearch.contactsindexer.appsearchtypes.Person.PERSON_PROPERTY_CONTACT_POINTS;
247 PERSON_PROPERTY_IMAGE_URI, PERSON_PROPERTY_CONTACT_POINTS); in testGetEnterpriseContact()
265 Person.PERSON_PROPERTY_CONTACT_POINTS)[0]; in testGetEnterpriseContact()
284 PERSON_PROPERTY_CONTACT_POINTS + "." + CONTACT_POINT_PROPERTY_ADDRESS, in testGetEnterpriseContact_withProjection()
285 PERSON_PROPERTY_CONTACT_POINTS + "." in testGetEnterpriseContact_withProjection()
296 PERSON_PROPERTY_CONTACT_POINTS, PERSON_PROPERTY_ADDITIONAL_NAMES); in testGetEnterpriseContact_withProjection()
301 PERSON_PROPERTY_CONTACT_POINTS)[0]; in testGetEnterpriseContact_withProjection()
327 PERSON_PROPERTY_IMAGE_URI, PERSON_PROPERTY_CONTACT_POINTS); in testSearchEnterpriseContacts()
329 Person.PERSON_PROPERTY_CONTACT_POINTS)[0]; in testSearchEnterpriseContacts()
348 PERSON_PROPERTY_CONTACT_POINTS + "." in testSearchEnterpriseContacts_withProjection()
[all …]
/packages/modules/AppSearch/service/java/com/android/server/appsearch/transformer/
DPersonEnterpriseTransformer.java66 Person.PERSON_PROPERTY_CONTACT_POINTS
69 Person.PERSON_PROPERTY_CONTACT_POINTS
72 Person.PERSON_PROPERTY_CONTACT_POINTS
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPerson.java77 public static final String PERSON_PROPERTY_CONTACT_POINTS = "contactPoints"; field in Person
208 PERSON_PROPERTY_CONTACT_POINTS, in createSchema()
340 GenericDocument[] docs = getPropertyDocumentArray(PERSON_PROPERTY_CONTACT_POINTS); in getContactPoints()
490 PERSON_PROPERTY_CONTACT_POINTS, mContactPoints.toArray(new ContactPoint[0])); in build()