Searched refs:cids (Results 1 – 1 of 1) sorted by relevance
847 List<Integer> cids = ImmutableList.copyOf(reverseAospCarrierList.get(carrierId)); in getCid() local849 if (cids.isEmpty()) { in getCid()853 if (cids.size() == 1) { in getCid()854 return CarrierIdentifier.create(carrierId, cids.get(0), cids.get(0), mccMncCarrierId); in getCid()857 if (cids.size() == 2) { in getCid()860 Math.min(cids.get(0), cids.get(1)), in getCid()861 Math.max(cids.get(0), cids.get(1)), in getCid()865 throw new IllegalStateException("More than two cid's found for " + carrierId + ": " + cids); in getCid()