Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerImpl.java190 int wantedIdListSize = wantedContactIds.size(); in batchUpdateContactsAsync() local
192 updateStats.mTotalContactsToBeUpdated += wantedIdListSize; in batchUpdateContactsAsync()
206 while (startIndex < wantedIdListSize) { in batchUpdateContactsAsync()
207 int endIndex = Math.min(startIndex + NUM_CONTACTS_PER_BATCH_FOR_CP2, wantedIdListSize); in batchUpdateContactsAsync()