Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerImpl.java120 return batchRemoveContactsAsync(unWantedIds, updateStats, shouldKeepUpdatingOnError) in updatePersonCorpusAsync()
147 CompletableFuture<Void> batchRemoveContactsAsync( in batchRemoveContactsAsync() method
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactsIndexerImplTest.java442 contactsIndexerImpl.batchRemoveContactsAsync(removedIds, in testContactsIndexerImpl_batchRemoveContacts_largerThanBatchSize()
460 contactsIndexerImpl.batchRemoveContactsAsync(removedIds, in testContactsIndexerImpl_batchRemoveContacts_smallerThanBatchSize()