Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DSubscriptionUtil.java403 List<SubscriptionInfo> selectableList = new ArrayList<>();
414 selectableList.add(info);
420 selectableList.remove(groupMap.get(groupUuid));
421 selectableList.add(info);
426 return selectableList;
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java3347 List<SubscriptionInfo> selectableList = new ArrayList<>(); in getSelectableSubscriptionInfoList() local
3358 selectableList.add(info); in getSelectableSubscriptionInfoList()
3364 selectableList.remove(groupMap.get(groupUuid)); in getSelectableSubscriptionInfoList()
3365 selectableList.add(info); in getSelectableSubscriptionInfoList()
3370 return selectableList; in getSelectableSubscriptionInfoList()