Searched refs:checkSubList (Results 1 – 1 of 1) sorted by relevance
3363 Set<Integer> checkSubList = new HashSet<>(); in checkCarrierPrivilegeOnSubList() local3370 checkSubList.add(subId); in checkCarrierPrivilegeOnSubList()3374 if (checkSubList.isEmpty()) { in checkCarrierPrivilegeOnSubList()3393 if (checkSubList.contains(subInfo.getSubscriptionId())) { in checkCarrierPrivilegeOnSubList()3396 checkSubList.remove(subInfo.getSubscriptionId()); in checkCarrierPrivilegeOnSubList()3403 return checkSubList.isEmpty(); in checkCarrierPrivilegeOnSubList()