Searched refs:getCarrierId (Results 1 – 7 of 7) sorted by relevance
87 if (id.getCarrierId() != TelephonyManager.UNKNOWN_CARRIER_ID) { in onLoadConfig()100 } else if (file.startsWith(CARRIER_ID_PREFIX + id.getCarrierId() + "_")) { in onLoadConfig()269 result = result && ((Integer.parseInt(value) == id.getCarrierId()) in checkFilters()
656 result.setCarrierId(getCarrierId(context)); in dumpToEncodedProto()667 private static int getCarrierId(Context context) { in getCarrierId() method in Analytics676 .map(SubscriptionInfo::getCarrierId).orElse(-1); in getCarrierId()685 return ((subInfo.getCarrierId() >= 0) ? scoreCarrierId : 0) in scoreSubscriptionInfo()
139 int carrierId = getCarrierId(getInstrumentation().getTargetContext(), in testCarrierConfigFileNaming()288 private int getCarrierId(@NonNull Context context, in getCarrierId() method in CarrierConfigTest
329 assertEquals(1, analyticsProto.getCarrierId()); in testAnalyticsDumpToProto()464 when(subInfo1.getCarrierId()).thenReturn(1);465 when(subInfo2.getCarrierId()).thenReturn(2);
118 + ", CarrierId " + sub.getCarrierId()); in load()
698 carrierId = phone.getCarrierId(); in getCarrierIdentifierForPhoneId()752 return phone.getCarrierId(); in getCarrierIdForPhoneId()
2637 return phone == null ? TelephonyManager.UNKNOWN_CARRIER_ID : phone.getCarrierId(); in getSubscriptionCarrierId()