Home
last modified time | relevance | path

Searched defs:batcher (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactsIndexerImplTest.java112 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize); in testBatcher_noFlushBeforeReachingLimit() local
126 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize); in testBatcher_autoFlush() local
145 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize); in testBatcher_contactFingerprintSame_notIndexed() local
169 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize); in testBatcher_contactFingerprintDifferent_notIndexedButBatched() local
199 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize); in testBatcher_contactFingerprintDifferent_Indexed() local
249 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize); in testBatcher_contactFingerprintDifferent_IndexedWithOriginalCreationTimestamp() local
312 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize); in testBatcher_contactNew_notIndexedButBatched() local
337 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize); in testBatcher_contactNew_indexed() local
373 ContactsBatcher batcher = new ContactsBatcher(mAppSearchHelper, batchSize); in testBatcher_batchedContactClearedAfterFlush() local