Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java476 mSubscriptionController.getSubInfoForIccId( in areUiccAppsDisabledOnCard()
628 if (mSubscriptionController.getSubInfoForIccId(strippedIccId) == null) { in handleInactiveSlotIccStateChange()
H A DSubscriptionController.java639 public SubscriptionInfo getSubInfoForIccId(String iccId) { in getSubInfoForIccId() method in SubscriptionController
1697 if (getSubInfoForIccId(iccId) != null) { in insertEmptySubInfoRecord()
H A DGsmCdmaPhone.java4622 SubscriptionInfo info = SubscriptionController.getInstance().getSubInfoForIccId( in reapplyUiccAppsEnablementIfNeeded()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaPhoneTest.java1390 verify(mSubscriptionController, never()).getSubInfoForIccId(any()); in testReapplyUiccApplicationEnablementNotNeeded()
1398 verify(mSubscriptionController).getSubInfoForIccId(iccId); in testReapplyUiccApplicationEnablementNotNeeded()
H A DSubscriptionInfoUpdaterTest.java283 doReturn(mSubInfo).when(mSubscriptionController).getSubInfoForIccId(iccId); in testSimNotReadyDisabledUiccApps()