Searched refs:ContactsBatcher (Results 1 – 2 of 2) sorted by relevance
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | ContactsIndexerImplTest.java | 43 import com.android.server.appsearch.contactsindexer.ContactsIndexerImpl.ContactsBatcher; 120 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize, in testBatcher_noFlushBeforeReachingLimit() 137 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize, in testBatcher_autoFlush() 158 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize, in testBatcher_contactFingerprintSame_notIndexed() 184 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize, in testBatcher_contactFingerprintDifferent_notIndexedButBatched() 216 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize, in testBatcher_contactFingerprintDifferent_Indexed() 268 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize, in testBatcher_contactFingerprintDifferent_IndexedWithOriginalCreationTimestamp() 333 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize, in testBatcher_contactNew_notIndexedButBatched() 360 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize, in testBatcher_contactNew_indexed() 398 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize, in testBatcher_batchedContactClearedAfterFlush()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/ |
D | ContactsIndexerImpl.java | 201 ContactsBatcher contactsBatcher = in batchUpdateContactsAsync() 202 new ContactsBatcher( in batchUpdateContactsAsync() 289 @NonNull ContactsBatcher contactsBatcher, in indexContactsFromCursorAsync() 401 static class ContactsBatcher { class 424 ContactsBatcher( in ContactsBatcher() method in ContactsBatcher
|