Searched refs:ContactsIndexerConfig (Results 1 – 12 of 12) sorted by relevance
35 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 …]
36 import com.android.server.appsearch.contactsindexer.ContactsIndexerConfig;83 @NonNull Context context, @NonNull ContactsIndexerConfig config) { in createContactsIndexerManagerService()106 ContactsIndexerConfig contactsIndexerConfig = new FrameworkContactsIndexerConfig(); in onStart()
20 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()
86 private final ContactsIndexerConfig mContactsIndexerConfig;111 @NonNull ContactsIndexerConfig contactsIndexerConfig) { in createInstance()127 @NonNull ContactsIndexerConfig contactsIndexerConfig, in createInstance()162 @NonNull ContactsIndexerConfig contactsIndexerConfig, in ContactsIndexerUserInstance()
28 public interface ContactsIndexerConfig { interface
64 private final ContactsIndexerConfig mContactsIndexerConfig;74 @NonNull Context context, @NonNull ContactsIndexerConfig contactsIndexerConfig) { in ContactsIndexerManagerService()
82 private final ContactsIndexerConfig mContactsIndexerConfig;98 @NonNull ContactsIndexerConfig contactsIndexerConfig) { in createAppSearchHelper()109 @NonNull ContactsIndexerConfig contactsIndexerConfig) { in AppSearchHelper()
30 public class FrameworkContactsIndexerConfig implements ContactsIndexerConfig {
28 import com.android.server.appsearch.contactsindexer.ContactsIndexerConfig;255 public static AppSearchSchema getSchema(ContactsIndexerConfig config) { in getSchema()
76 private ContactsIndexerConfig mConfigForTest = new TestContactsIndexerConfig();337 ContactsIndexerConfig config = new TestContactsIndexerConfig() { in testPersonSchema_indexFirstMiddleAndLastNames()
136 private ContactsIndexerConfig mConfigForTest = new TestContactsIndexerConfig();
99 private ContactsIndexerConfig mConfigForTest = new TestContactsIndexerConfig();