Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogControllerTest.java413 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldNotSetEid()
454 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldSetEidFromCard()
497 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldSetEidFromManager()
537 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldRemoveEid()
569 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldNotSetEidInSingleSimMode()
602 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldSetEidInSingleSimModeWithEnabledEuicc()
635 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldSetEidInSingleSimModeWithDisabledEuicc()
666 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldRemoveEidInSingleSimMode()
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogController.java615 ThreadUtils.postOnMainThread(() -> updateEid(eid)); in requestForUpdateEid()
658 protected void updateEid(AtomicReference<String> eid) { in updateEid() method in SimStatusDialogController