Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/database/
DSimContactDaoTests.java101 public static final int MAX_SIM_CONTACTS = 600; field in SimContactDaoTests
225 for (int i = 0; i < MAX_SIM_CONTACTS; i++) { in largeImport()
233 assertThat(contactsCursor, ContactsMatchers.hasCount(MAX_SIM_CONTACTS)); in largeImport()
238 assertThat(dataCursor, ContactsMatchers.hasCount(MAX_SIM_CONTACTS * 3)); in largeImport()
467 for (int i = 0; i < MAX_SIM_CONTACTS; i++) { in largeNumberOfSimContacts()
477 final SimContact imported5 = contacts.get(MAX_SIM_CONTACTS - 1); in largeNumberOfSimContacts()