Searched refs:totalNum (Results 1 – 2 of 2) sorted by relevance
436 int totalNum = ContactsIndexerImpl.NUM_DELETED_CONTACTS_PER_BATCH_FOR_APPSEARCH + 1; in testContactsIndexerImpl_batchRemoveContacts_largerThanBatchSize() local437 List<String> removedIds = new ArrayList<>(totalNum); in testContactsIndexerImpl_batchRemoveContacts_largerThanBatchSize()438 for (int i = 0; i < totalNum; ++i) { in testContactsIndexerImpl_batchRemoveContacts_largerThanBatchSize()454 int totalNum = ContactsIndexerImpl.NUM_DELETED_CONTACTS_PER_BATCH_FOR_APPSEARCH - 1; in testContactsIndexerImpl_batchRemoveContacts_smallerThanBatchSize() local455 List<String> removedIds = new ArrayList<>(totalNum); in testContactsIndexerImpl_batchRemoveContacts_smallerThanBatchSize()456 for (int i = 0; i < totalNum; ++i) { in testContactsIndexerImpl_batchRemoveContacts_smallerThanBatchSize()487 int totalNum = 3 * ContactsIndexerImpl.NUM_CONTACTS_PER_BATCH_FOR_CP2; in testContactsIndexerImpl_batchUpdateContactsNullCursor_shouldContinueOnError() local488 for (int i = 0; i < totalNum; i++) { in testContactsIndexerImpl_batchUpdateContactsNullCursor_shouldContinueOnError()493 List<String> wantedIds = new ArrayList<>(totalNum); in testContactsIndexerImpl_batchUpdateContactsNullCursor_shouldContinueOnError()494 for (int i = 0; i < totalNum; ++i) { in testContactsIndexerImpl_batchUpdateContactsNullCursor_shouldContinueOnError()[all …]
243 final int totalNum = fontDataSize * displayDataSize; in createConfig() local244 final Configuration[] configurations = new Configuration[totalNum]; in createConfig()