Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DSimCard.java156 public boolean isImported() { in isImported() method in SimCard
163 " isImported? " + isImported() + " contacts=" + mContacts); in isImportable()
165 return !isDismissed() && !isImported() && hasContacts(); in isImportable()
/packages/apps/Contacts/src/com/android/contacts/util/
DSharedPreferenceUtil.java176 if (sim.isImported()) { in persistSimStates()