Searched refs:getUiccCardsInfo (Results 1 – 3 of 3) sorted by relevance
172 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()
598 final List<UiccCardInfo> infos = mTelephonyManager.getUiccCardsInfo(); in getEid()
7517 public List<UiccCardInfo> getUiccCardsInfo(String callingPackage) { in getUiccCardsInfo() method in PhoneInterfaceManager