Searched refs:canReadSimContacts (Results 1 – 4 of 4) sorted by relevance
39 public boolean canReadSimContacts = true; field in FakeSimContactDao53 public boolean canReadSimContacts() { in canReadSimContacts() method in FakeSimContactDao54 return canReadSimContacts; in canReadSimContacts()110 result.canReadSimContacts = false; in noSim()
107 public boolean canReadSimContacts() { in canReadSimContacts() method in SimContactDaoImpl116 if (!canReadSimContacts()) { in getSimCards()436 public boolean canReadSimContacts() { in canReadSimContacts() method in SimContactDaoImpl.DebugImpl
90 public abstract boolean canReadSimContacts(); in canReadSimContacts() method in SimContactDao
252 doReturn(true).when(spy).canReadSimContacts(); in selectionsAreImportedAndDisabledOnSubsequentImports()