Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogControllerTest.java456 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldNotSetEid()
497 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldSetEidFromCard()
540 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldSetEidFromManager()
580 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldRemoveEid()
612 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldNotSetEidInSingleSimMode()
645 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldSetEidInSingleSimModeWithEnabledEuicc()
678 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldSetEidInSingleSimModeWithDisabledEuicc()
709 doNothing().when(mController).requestForUpdateEid(); in initialize_updateEid_shouldRemoveEidInSingleSimMode()
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogController.java225 requestForUpdateEid(); in initialize()
579 void requestForUpdateEid() { in requestForUpdateEid() method in SimStatusDialogController