Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DSimContactsTestHelper.java62 public int getSimContactCount() { in getSimContactCount() method in SimContactsTestHelper
152 return isSimReady() && getSimContactCount() > 0; in doesSimHaveContacts()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DImportDialogFragment.java160 int count = getSimContactCount(sim); in onCreateDialog()
223 private int getSimContactCount(SimCard sim) { in getSimContactCount() method in ImportDialogFragment