Searched refs:selectableList (Results 1 – 2 of 2) sorted by relevance
403 List<SubscriptionInfo> selectableList = new ArrayList<>();414 selectableList.add(info);420 selectableList.remove(groupMap.get(groupUuid));421 selectableList.add(info);426 return selectableList;
3347 List<SubscriptionInfo> selectableList = new ArrayList<>(); in getSelectableSubscriptionInfoList() local3358 selectableList.add(info); in getSelectableSubscriptionInfoList()3364 selectableList.remove(groupMap.get(groupUuid)); in getSelectableSubscriptionInfoList()3365 selectableList.add(info); in getSelectableSubscriptionInfoList()3370 return selectableList; in getSelectableSubscriptionInfoList()