Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/helper/
DSubscriptionAnnotation.java64 public SubscriptionAnnotation build(Context context, List<Integer> activeSimSlotIndex) { in build() argument
66 activeSimSlotIndex); in build()
DSelectableSubscriptions.java106 Future<AtomicIntegerArray> activeSimSlotIndex = in call() local
113 List<Integer> activeSimSlotIndexList = atomicToList(activeSimSlotIndex.get()); in call()