Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java3140 List<SubscriptionInfo> selectableList = new ArrayList<>(); in getSelectableSubscriptionInfoList() local
3151 selectableList.add(info); in getSelectableSubscriptionInfoList()
3157 selectableList.remove(groupMap.get(groupUuid)); in getSelectableSubscriptionInfoList()
3158 selectableList.add(info); in getSelectableSubscriptionInfoList()
3163 return selectableList; in getSelectableSubscriptionInfoList()