Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DEnterpriseContactsTest.java29 …om.android.server.appsearch.contactsindexer.appsearchtypes.Person.PERSON_PROPERTY_ADDITIONAL_NAMES;
246 PERSON_PROPERTY_ADDITIONAL_NAME_TYPES, PERSON_PROPERTY_ADDITIONAL_NAMES, in testGetEnterpriseContact()
261 PERSON_PROPERTY_ADDITIONAL_NAMES)).asList().containsExactly("nickname"); in testGetEnterpriseContact()
283 Arrays.asList(PERSON_PROPERTY_NAME, PERSON_PROPERTY_ADDITIONAL_NAMES, in testGetEnterpriseContact_withProjection()
296 PERSON_PROPERTY_CONTACT_POINTS, PERSON_PROPERTY_ADDITIONAL_NAMES); in testGetEnterpriseContact_withProjection()
299 PERSON_PROPERTY_ADDITIONAL_NAMES)).asList().containsExactly("nickname"); in testGetEnterpriseContact_withProjection()
326 PERSON_PROPERTY_ADDITIONAL_NAME_TYPES, PERSON_PROPERTY_ADDITIONAL_NAMES, in testSearchEnterpriseContacts()
347 Arrays.asList(PERSON_PROPERTY_NAME, PERSON_PROPERTY_ADDITIONAL_NAMES, in testSearchEnterpriseContacts_withProjection()
359 PERSON_PROPERTY_CONTACT_POINTS, PERSON_PROPERTY_ADDITIONAL_NAMES); in testSearchEnterpriseContacts_withProjection()
380 Arrays.asList(PERSON_PROPERTY_NAME, PERSON_PROPERTY_ADDITIONAL_NAMES, in testSearchEnterpriseContacts_withFilter()
[all …]
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPerson.java73 public static final String PERSON_PROPERTY_ADDITIONAL_NAMES = "additionalNames"; field in Person
182 PERSON_PROPERTY_ADDITIONAL_NAMES) in createSchema()
319 return getPropertyStringArray(PERSON_PROPERTY_ADDITIONAL_NAMES); in getAdditionalNames()
485 PERSON_PROPERTY_ADDITIONAL_NAMES, mAdditionalNames.toArray(new String[0])); in build()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/transformer/
DPersonEnterpriseTransformer.java64 Person.PERSON_PROPERTY_ADDITIONAL_NAMES,