Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPerson.java69 public static final String PERSON_PROPERTY_MIDDLE_NAME = "middleName"; field in Person
118 PERSON_PROPERTY_MIDDLE_NAME) in createSchema()
153 PERSON_PROPERTY_MIDDLE_NAME) in createSchema()
277 return getPropertyString(PERSON_PROPERTY_MIDDLE_NAME); in getMiddleName()
390 setPropertyString(PERSON_PROPERTY_MIDDLE_NAME, middleName); in setMiddleName()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DEnterpriseContactsTest.java37 …tic com.android.server.appsearch.contactsindexer.appsearchtypes.Person.PERSON_PROPERTY_MIDDLE_NAME;
244 PERSON_PROPERTY_GIVEN_NAME, PERSON_PROPERTY_MIDDLE_NAME, in testGetEnterpriseContact()
253 assertThat(document.getPropertyString(PERSON_PROPERTY_MIDDLE_NAME)).isEqualTo("middleName"); in testGetEnterpriseContact()
324 PERSON_PROPERTY_GIVEN_NAME, PERSON_PROPERTY_MIDDLE_NAME, in testSearchEnterpriseContacts()
390 PERSON_PROPERTY_GIVEN_NAME, PERSON_PROPERTY_MIDDLE_NAME, in testSearchEnterpriseContacts_withFilter()
DAppSearchHelperTest.java353 .setPropertyString(Person.PERSON_PROPERTY_MIDDLE_NAME, "中") in testPersonSchema_indexFirstMiddleAndLastNames()
402 .setPropertyString(Person.PERSON_PROPERTY_MIDDLE_NAME, "中") in testPersonSchema_indexFullNameOnly()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/transformer/
DPersonEnterpriseTransformer.java60 Person.PERSON_PROPERTY_MIDDLE_NAME,