Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactsIndexerImplTest.java436 int totalNum = ContactsIndexerImpl.NUM_DELETED_CONTACTS_PER_BATCH_FOR_APPSEARCH + 1; in testContactsIndexerImpl_batchRemoveContacts_largerThanBatchSize() local
437 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() local
455 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() local
488 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 …]
/packages/apps/Settings/src/com/android/settings/accessibility/
DTextReadingPreviewController.java243 final int totalNum = fontDataSize * displayDataSize; in createConfig() local
244 final Configuration[] configurations = new Configuration[totalNum]; in createConfig()