Searched refs:cids (Results 1 – 1 of 1) sorted by relevance
838 List<Integer> cids = ImmutableList.copyOf(reverseAospCarrierList.get(carrierId)); in getCid() local840 if (cids.isEmpty()) { in getCid()844 if (cids.size() == 1) { in getCid()845 return CarrierIdentifier.create(carrierId, cids.get(0), cids.get(0), mccMncCarrierId); in getCid()848 if (cids.size() == 2) { in getCid()851 Math.min(cids.get(0), cids.get(1)), in getCid()852 Math.max(cids.get(0), cids.get(1)), in getCid()856 throw new IllegalStateException("More than two cid's found for " + carrierId + ": " + cids); in getCid()