Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerImpl.java53 static final int NUM_UPDATED_CONTACTS_PER_BATCH_FOR_APPSEARCH = 50; field in ContactsIndexerImpl
204 NUM_UPDATED_CONTACTS_PER_BATCH_FOR_APPSEARCH, in batchUpdateContactsAsync()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DAppSearchHelperTest.java323 startIndex + ContactsIndexerImpl.NUM_UPDATED_CONTACTS_PER_BATCH_FOR_APPSEARCH, in indexContactsInBatchesAsync()