Searched refs:checkSubList (Results 1 – 1 of 1) sorted by relevance
3813 Set<Integer> checkSubList = new HashSet<>(); in checkCarrierPrivilegeOnSubList() local3820 checkSubList.add(subId); in checkCarrierPrivilegeOnSubList()3824 if (checkSubList.isEmpty()) { in checkCarrierPrivilegeOnSubList()3843 if (checkSubList.contains(subInfo.getSubscriptionId())) { in checkCarrierPrivilegeOnSubList()3846 checkSubList.remove(subInfo.getSubscriptionId()); in checkCarrierPrivilegeOnSubList()3853 return checkSubList.isEmpty(); in checkCarrierPrivilegeOnSubList()