Home
last modified time | relevance | path

Searched refs:CarrierInfo (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTestOnMockModem.java58 import android.telephony.CarrierInfo;
1170 android.hardware.radio.sim.CarrierInfo carrierInfo = getCarrierInfo("321", "654", "Airtel", in getCarrierRestrictionRules()
1172 carrierRestrictions.allowedCarrierInfoList = new android.hardware.radio.sim.CarrierInfo[1]; in getCarrierRestrictionRules()
1185 CarrierInfo carrierInfo1 = carrierRules.getAllowedCarriersInfoList().get(0); in getCarrierRestrictionRules()
1216 android.hardware.radio.sim.CarrierInfo carrierInfo = getCarrierInfo("*21", "**1", "Jio", in getCarrierRestrictionRules_WithEphlmnList()
1218 carrierRestrictions.allowedCarrierInfoList = new android.hardware.radio.sim.CarrierInfo[1]; in getCarrierRestrictionRules_WithEphlmnList()
1232 CarrierInfo carrierInfo1 = carrierRules.getAllowedCarriersInfoList().get(0); in getCarrierRestrictionRules_WithEphlmnList()
1252 private android.hardware.radio.sim.CarrierInfo getCarrierInfo(String mcc, String mnc, in getCarrierInfo()
1255 android.hardware.radio.sim.CarrierInfo carrierInfo = in getCarrierInfo()
1256 new android.hardware.radio.sim.CarrierInfo(); in getCarrierInfo()
DTelephonyManagerTest.java6843 private static class CarrierInfo { class
6847 public CarrierInfo(Set<Integer> carrierIds, List<String> SHAIds) { in CarrierInfo() method in CarrierInfo
6863 private CarrierInfo parseJsonForCallerInfo(String callerPackage, JSONObject dataJson) { in parseJsonForCallerInfo()
6879 return new CarrierInfo(carrierIds, appSignatures); in parseJsonForCallerInfo()
6893 final CarrierInfo testCarrierInfo = parseJsonForCallerInfo(srcPkg, testJson); in testCarrierRestrictionStatusAllowList()