Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java3021 List<SubscriptionInfo> selectableList = new ArrayList<>(); in getSelectableSubscriptionInfoList() local
3032 selectableList.add(info); in getSelectableSubscriptionInfoList()
3038 selectableList.remove(groupMap.get(groupUuid)); in getSelectableSubscriptionInfoList()
3039 selectableList.add(info); in getSelectableSubscriptionInfoList()
3044 return selectableList; in getSelectableSubscriptionInfoList()