Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerImpl.java153 int unWantedSize = unWantedIds.size(); in batchRemoveContactsAsync() local
154 updateStats.mTotalContactsToBeDeleted += unWantedSize; in batchRemoveContactsAsync()
155 while (startIndex < unWantedSize) { in batchRemoveContactsAsync()
159 unWantedSize); in batchRemoveContactsAsync()