Searched refs:getSubInfoForIccId (Results 1 – 5 of 5) sorted by relevance
476 mSubscriptionController.getSubInfoForIccId( in areUiccAppsDisabledOnCard()628 if (mSubscriptionController.getSubInfoForIccId(strippedIccId) == null) { in handleInactiveSlotIccStateChange()
639 public SubscriptionInfo getSubInfoForIccId(String iccId) { in getSubInfoForIccId() method in SubscriptionController1697 if (getSubInfoForIccId(iccId) != null) { in insertEmptySubInfoRecord()
4622 SubscriptionInfo info = SubscriptionController.getInstance().getSubInfoForIccId( in reapplyUiccAppsEnablementIfNeeded()
1390 verify(mSubscriptionController, never()).getSubInfoForIccId(any()); in testReapplyUiccApplicationEnablementNotNeeded()1398 verify(mSubscriptionController).getSubInfoForIccId(iccId); in testReapplyUiccApplicationEnablementNotNeeded()
283 doReturn(mSubInfo).when(mSubscriptionController).getSubInfoForIccId(iccId); in testSimNotReadyDisabledUiccApps()