Home
last modified time | relevance | path

Searched refs:getUiccCardsInfo (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogControllerTest.java172 doReturn(new ArrayList<UiccCardInfo>()).when(mTelephonyManager).getUiccCardsInfo(); in setup()
446 when(mTelephonyManager.getUiccCardsInfo()).thenReturn(uiccCardInfos); in initialize_updateEid_shouldNotSetEid()
486 when(mTelephonyManager.getUiccCardsInfo()).thenReturn(uiccCardInfos); in initialize_updateEid_shouldSetEidFromCard()
527 when(mTelephonyManager.getUiccCardsInfo()).thenReturn(uiccCardInfos); in initialize_updateEid_shouldSetEidFromManager()
570 when(mTelephonyManager.getUiccCardsInfo()).thenReturn(uiccCardInfos); in initialize_updateEid_shouldRemoveEid()
603 when(mTelephonyManager.getUiccCardsInfo()).thenReturn(uiccCardInfos); in initialize_updateEid_shouldNotSetEidInSingleSimMode()
634 when(mTelephonyManager.getUiccCardsInfo()).thenReturn(uiccCardInfos); in initialize_updateEid_shouldSetEidInSingleSimModeWithEnabledEuicc()
667 when(mTelephonyManager.getUiccCardsInfo()).thenReturn(uiccCardInfos); in initialize_updateEid_shouldSetEidInSingleSimModeWithDisabledEuicc()
700 when(mTelephonyManager.getUiccCardsInfo()).thenReturn(uiccCardInfos); in initialize_updateEid_shouldRemoveEidInSingleSimMode()
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogController.java598 final List<UiccCardInfo> infos = mTelephonyManager.getUiccCardsInfo(); in getEid()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java7517 public List<UiccCardInfo> getUiccCardsInfo(String callingPackage) { in getUiccCardsInfo() method in PhoneInterfaceManager