Home
last modified time | relevance | path

Searched refs:NUM_DELETED_CONTACTS_PER_BATCH_FOR_APPSEARCH (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerImpl.java54 static final int NUM_DELETED_CONTACTS_PER_BATCH_FOR_APPSEARCH = 500; field in ContactsIndexerImpl
158 startIndex + NUM_DELETED_CONTACTS_PER_BATCH_FOR_APPSEARCH, in batchRemoveContactsAsync()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactsIndexerImplTest.java436 int totalNum = ContactsIndexerImpl.NUM_DELETED_CONTACTS_PER_BATCH_FOR_APPSEARCH + 1; in testContactsIndexerImpl_batchRemoveContacts_largerThanBatchSize()
454 int totalNum = ContactsIndexerImpl.NUM_DELETED_CONTACTS_PER_BATCH_FOR_APPSEARCH - 1; in testContactsIndexerImpl_batchRemoveContacts_smallerThanBatchSize()