Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DAppSearchHelperTest.java147 mAppSearchHelper.indexContactsAsync(generatePersonData(50), in testIndexContacts()
162 mAppSearchHelper.indexContactsAsync(generatePersonData(50), mUpdateStats, in testIndexContacts_shouldCompleteNormallyOnError()
177 CompletableFuture<Void> future = mAppSearchHelper.indexContactsAsync(generatePersonData(50), in testIndexContacts_shouldNotCompleteNormallyOnError()
200 CompletableFuture<Void> future = mAppSearchHelper.indexContactsAsync(/*contacts=*/ in testIndexContacts_outOfSpace_shouldNeverCompleteNormally()
210 future = mAppSearchHelper.indexContactsAsync(/*contacts=*/ Collections.emptyList(), in testIndexContacts_outOfSpace_shouldNeverCompleteNormally()
223 CompletableFuture<Void> indexContactsFuture = mAppSearchHelper.indexContactsAsync(contacts, in testIndexContacts_clearAfterIndex()
234 mAppSearchHelper.indexContactsAsync(generatePersonData(50), in testAppSearchHelper_removeContacts()
327 .thenCompose(x -> mAppSearchHelper.indexContactsAsync(batchedContacts, in indexContactsInBatchesAsync()
DFakeAppSearchHelper.java61 public CompletableFuture<Void> indexContactsAsync(@NonNull Collection<Person> contacts, in indexContactsAsync() method in FakeAppSearchHelper
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerImpl.java562 mAppSearchHelper.indexContactsAsync( in flushPendingIndexAsync()
DAppSearchHelper.java308 public CompletableFuture<Void> indexContactsAsync( in indexContactsAsync() method in AppSearchHelper