Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/helper/
H A DSubscriptionAnnotation.java69 List<Integer> simSlotIndex, List<Integer> activeSimSlotIndex) { in build() argument
71 eSimCardId, simSlotIndex, activeSimSlotIndex); in build()
H A DSelectableSubscriptions.java116 Future<AtomicIntegerArray> activeSimSlotIndex = in call() local
125 List<Integer> activeSimSlotIndexList = atomicToList(activeSimSlotIndex.get()); in call()