Home
last modified time | relevance | path

Searched refs:activeSimSlotIndexList (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/network/helper/
H A DSubscriptionAnnotation.java82 List<Integer> simSlotIndex, List<Integer> activeSimSlotIndexList) { in SubscriptionAnnotation() argument
96 mIsActive = activeSimSlotIndexList.contains(mSubInfo.getSimSlotIndex()); in SubscriptionAnnotation()
103 && activeSimSlotIndexList.contains(mSubInfo.getSimSlotIndex()); in SubscriptionAnnotation()
H A DSelectableSubscriptions.java125 List<Integer> activeSimSlotIndexList = atomicToList(activeSimSlotIndex.get()); in call() local
132 eSimCardIdList, simSlotIndexList, activeSimSlotIndexList)) in call()