Searched refs:cids (Results 1 – 1 of 1) sorted by relevance
856 List<Integer> cids = ImmutableList.copyOf(reverseAospCarrierList.get(carrierId)); in getCid() local858 if (cids.isEmpty()) { in getCid()862 if (cids.size() == 1) { in getCid()863 return CarrierIdentifier.create(carrierId, cids.get(0), cids.get(0), mccMncCarrierId); in getCid()866 if (cids.size() == 2) { in getCid()869 Math.min(cids.get(0), cids.get(1)), in getCid()870 Math.max(cids.get(0), cids.get(1)), in getCid()874 throw new IllegalStateException("More than two cid's found for " + carrierId + ": " + cids); in getCid()