Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DSimCard.java178 public SimCard withImportedState(boolean imported) { in withImportedState() method in SimCard
/packages/apps/Contacts/src/com/android/contacts/
DSimImportService.java294 mDao.persistSimState(mSim.withImportedState(true)); in doInBackground()