Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java3556 List<SubscriptionInfo> selectableList = new ArrayList<>(); in getSelectableSubscriptionInfoList() local
3567 selectableList.add(info); in getSelectableSubscriptionInfoList()
3573 selectableList.remove(groupMap.get(groupUuid)); in getSelectableSubscriptionInfoList()
3574 selectableList.add(info); in getSelectableSubscriptionInfoList()
3579 return selectableList; in getSelectableSubscriptionInfoList()