Home
last modified time | relevance | path

Searched refs:getSubInfoForIccId (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java484 .getSubInfoForIccId(IccUtils.stripTrailingFs(slot.getIccId())); in areUiccAppsDisabledOnCard()
649 if (SubscriptionController.getInstance().getSubInfoForIccId(strippedIccId) == null) { in handleInactiveSlotIccStateChange()
DSubscriptionController.java448 public SubscriptionInfo getSubInfoForIccId(String iccId) { in getSubInfoForIccId() method in SubscriptionController
DGsmCdmaPhone.java4425 SubscriptionInfo info = SubscriptionController.getInstance().getSubInfoForIccId( in reapplyUiccAppsEnablementIfNeeded()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java1257 verify(mSubscriptionController, never()).getSubInfoForIccId(any()); in testReapplyUiccApplicationEnablementNotNeeded()
1265 verify(mSubscriptionController).getSubInfoForIccId(iccId); in testReapplyUiccApplicationEnablementNotNeeded()
DSubscriptionInfoUpdaterTest.java282 doReturn(mSubInfo).when(mSubscriptionController).getSubInfoForIccId(iccId); in testSimNotReadyDisabledUiccApps()