Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogControllerTest.java412 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldNotSetEid()
453 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldSetEidFromCard()
496 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldSetEidFromManager()
536 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldRemoveEid()
568 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldNotSetEidInSingleSimMode()
601 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldSetEidInSingleSimModeWithEnabledEuicc()
634 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldSetEidInSingleSimModeWithDisabledEuicc()
665 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldRemoveEidInSingleSimMode()
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogController.java232 requestForUpdateEid(); in initialize()
612 protected void requestForUpdateEid() { in requestForUpdateEid() method in SimStatusDialogController