Home
last modified time | relevance | path

Searched refs:ContactsIndexerConfig (Results 1 – 12 of 12) sorted by relevance

/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/ContactsIndexer/
DFrameworkContactsIndexerConfigTest.java35 ContactsIndexerConfig contactsIndexerConfig = new FrameworkContactsIndexerConfig(); in testDefaultValues()
39 ContactsIndexerConfig.DEFAULT_CONTACTS_FIRST_RUN_INDEXING_LIMIT); in testDefaultValues()
41 ContactsIndexerConfig.DEFAULT_CONTACTS_FULL_UPDATE_INTERVAL_MILLIS); in testDefaultValues()
43 ContactsIndexerConfig.DEFAULT_CONTACTS_FULL_UPDATE_INDEXING_LIMIT); in testDefaultValues()
45 ContactsIndexerConfig.DEFAULT_CONTACTS_DELTA_UPDATE_INDEXING_LIMIT); in testDefaultValues()
58 ContactsIndexerConfig.DEFAULT_CONTACTS_FIRST_RUN_INDEXING_LIMIT + 1), in testCustomizedValues()
63 ContactsIndexerConfig.DEFAULT_CONTACTS_FULL_UPDATE_INTERVAL_MILLIS + 1), in testCustomizedValues()
68 ContactsIndexerConfig.DEFAULT_CONTACTS_FULL_UPDATE_INDEXING_LIMIT + 1), in testCustomizedValues()
73 ContactsIndexerConfig.DEFAULT_CONTACTS_DELTA_UPDATE_INDEXING_LIMIT + 1), in testCustomizedValues()
80 ContactsIndexerConfig contactsIndexerConfig = new FrameworkContactsIndexerConfig(); in testCustomizedValues()
[all …]
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchModule.java36 import com.android.server.appsearch.contactsindexer.ContactsIndexerConfig;
83 @NonNull Context context, @NonNull ContactsIndexerConfig config) { in createContactsIndexerManagerService()
106 ContactsIndexerConfig contactsIndexerConfig = new FrameworkContactsIndexerConfig(); in onStart()
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchModuleTest.java20 import static com.android.server.appsearch.contactsindexer.ContactsIndexerConfig.DEFAULT_CONTACTS_I…
42 import com.android.server.appsearch.contactsindexer.ContactsIndexerConfig;
89 @NonNull Context context, @NonNull ContactsIndexerConfig config) { in setUp()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerUserInstance.java86 private final ContactsIndexerConfig mContactsIndexerConfig;
111 @NonNull ContactsIndexerConfig contactsIndexerConfig) { in createInstance()
127 @NonNull ContactsIndexerConfig contactsIndexerConfig, in createInstance()
162 @NonNull ContactsIndexerConfig contactsIndexerConfig, in ContactsIndexerUserInstance()
DContactsIndexerConfig.java28 public interface ContactsIndexerConfig { interface
DContactsIndexerManagerService.java64 private final ContactsIndexerConfig mContactsIndexerConfig;
74 @NonNull Context context, @NonNull ContactsIndexerConfig contactsIndexerConfig) { in ContactsIndexerManagerService()
DAppSearchHelper.java82 private final ContactsIndexerConfig mContactsIndexerConfig;
98 @NonNull ContactsIndexerConfig contactsIndexerConfig) { in createAppSearchHelper()
109 @NonNull ContactsIndexerConfig contactsIndexerConfig) { in AppSearchHelper()
DFrameworkContactsIndexerConfig.java30 public class FrameworkContactsIndexerConfig implements ContactsIndexerConfig {
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPerson.java28 import com.android.server.appsearch.contactsindexer.ContactsIndexerConfig;
255 public static AppSearchSchema getSchema(ContactsIndexerConfig config) { in getSchema()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DAppSearchHelperTest.java76 private ContactsIndexerConfig mConfigForTest = new TestContactsIndexerConfig();
337 ContactsIndexerConfig config = new TestContactsIndexerConfig() { in testPersonSchema_indexFirstMiddleAndLastNames()
DEnterpriseContactsTest.java136 private ContactsIndexerConfig mConfigForTest = new TestContactsIndexerConfig();
DContactsIndexerUserInstanceTest.java99 private ContactsIndexerConfig mConfigForTest = new TestContactsIndexerConfig();