Searched refs:getSimContactCount (Results 1 – 2 of 2) sorted by relevance
62 public int getSimContactCount() { in getSimContactCount() method in SimContactsTestHelper152 return isSimReady() && getSimContactCount() > 0; in doesSimHaveContacts()
160 int count = getSimContactCount(sim); in onCreateDialog()223 private int getSimContactCount(SimCard sim) { in getSimContactCount() method in ImportDialogFragment