Home
last modified time | relevance | path

Searched defs: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
454 int totalNum = ContactsIndexerImpl.NUM_DELETED_CONTACTS_PER_BATCH_FOR_APPSEARCH - 1; in testContactsIndexerImpl_batchRemoveContacts_smallerThanBatchSize() local
487 int totalNum = 3 * ContactsIndexerImpl.NUM_CONTACTS_PER_BATCH_FOR_CP2; in testContactsIndexerImpl_batchUpdateContactsNullCursor_shouldContinueOnError() local
534 int totalNum = 3 * ContactsIndexerImpl.NUM_CONTACTS_PER_BATCH_FOR_CP2; in testContactsIndexerImpl_batchUpdateContactsNullCursor_shouldNotContinueOnError() local
576 int totalNum = 3 * ContactsIndexerImpl.NUM_CONTACTS_PER_BATCH_FOR_CP2; in testContactsIndexerImpl_batchUpdateContactsThrows_shouldContinueOnError() local
623 int totalNum = 3 * ContactsIndexerImpl.NUM_CONTACTS_PER_BATCH_FOR_CP2; in testContactsIndexerImpl_batchUpdateContactsThrows_shouldNotContinueOnError() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DTextReadingPreviewController.java243 final int totalNum = fontDataSize * displayDataSize; in createConfig() local