Home
last modified time | relevance | path

Searched refs:shouldIndexFirstMiddleAndLastNames (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/ContactsIndexer/
DFrameworkContactsIndexerConfigTest.java46 assertThat(contactsIndexerConfig.shouldIndexFirstMiddleAndLastNames()).isFalse(); in testDefaultValues()
91 assertThat(contactsIndexerConfig.shouldIndexFirstMiddleAndLastNames()).isFalse(); in testCustomizedValues()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerConfig.java72 boolean shouldIndexFirstMiddleAndLastNames(); in shouldIndexFirstMiddleAndLastNames() method
DFrameworkContactsIndexerConfig.java85 public boolean shouldIndexFirstMiddleAndLastNames() { in shouldIndexFirstMiddleAndLastNames() method in FrameworkContactsIndexerConfig
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPerson.java256 return createSchema(config.shouldIndexFirstMiddleAndLastNames()); in getSchema()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DAppSearchHelperTest.java339 public boolean shouldIndexFirstMiddleAndLastNames() { in testPersonSchema_indexFirstMiddleAndLastNames()