Searched refs:getSubInfoForIccId (Results 1 – 5 of 5) sorted by relevance
484 .getSubInfoForIccId(IccUtils.stripTrailingFs(slot.getIccId())); in areUiccAppsDisabledOnCard()649 if (SubscriptionController.getInstance().getSubInfoForIccId(strippedIccId) == null) { in handleInactiveSlotIccStateChange()
448 public SubscriptionInfo getSubInfoForIccId(String iccId) { in getSubInfoForIccId() method in SubscriptionController
4425 SubscriptionInfo info = SubscriptionController.getInstance().getSubInfoForIccId( in reapplyUiccAppsEnablementIfNeeded()
1257 verify(mSubscriptionController, never()).getSubInfoForIccId(any()); in testReapplyUiccApplicationEnablementNotNeeded()1265 verify(mSubscriptionController).getSubInfoForIccId(iccId); in testReapplyUiccApplicationEnablementNotNeeded()
282 doReturn(mSubInfo).when(mSubscriptionController).getSubInfoForIccId(iccId); in testSimNotReadyDisabledUiccApps()