Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchModuleTest.java53 private static final String KEY_CONTACTS_INDEXER_ENABLED = "contacts_indexer_enabled"; field in AppSearchModuleTest
106 KEY_CONTACTS_INDEXER_ENABLED, in setUp()
144 KEY_CONTACTS_INDEXER_ENABLED, in testContactsIndexerDisabled()
188 KEY_CONTACTS_INDEXER_ENABLED, in testServicesSetToNullWhenDisabled()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DFrameworkContactsIndexerConfig.java31 static final String KEY_CONTACTS_INDEXER_ENABLED = "contacts_indexer_enabled"; field in FrameworkContactsIndexerConfig
45 KEY_CONTACTS_INDEXER_ENABLED, in isContactsIndexerEnabled()
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/ContactsIndexer/
DFrameworkContactsIndexerConfigTest.java52 FrameworkContactsIndexerConfig.KEY_CONTACTS_INDEXER_ENABLED, in testCustomizedValues()