Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java1895 value, getSelectionForSubIdList(subIdList), null); in updateDatabase()
3153 value, getSelectionForSubIdList(subIdList), null); in createSubscriptionGroup()
3271 value, getSelectionForSubIdList(subIdList), null); in addSubscriptionsIntoGroup()
3324 List<SubscriptionInfo> subInfoList = getSubInfo(getSelectionForSubIdList(subIdList), in removeSubscriptionsFromGroup()
3336 value, getSelectionForSubIdList(subIdList), null); in removeSubscriptionsFromGroup()
3385 getSelectionForSubIdList(subIdList), null); in checkCarrierPrivilegeOnSubList()
3413 public static String getSelectionForSubIdList(int[] subId) { in getSelectionForSubIdList() method in SubscriptionController