Home
last modified time | relevance | path

Searched refs:CarrierIdentifier (Results 1 – 8 of 8) sorted by relevance

/packages/apps/CarrierConfig/src/com/android/carrierconfig/
DDefaultCarrierConfigService.java23 import android.service.carrier.CarrierIdentifier;
87 public PersistableBundle onLoadConfig(CarrierIdentifier id) { in onLoadConfig()
202 static PersistableBundle readConfigFromXml(XmlPullParser parser, @Nullable CarrierIdentifier id) in readConfigFromXml()
259 static boolean checkFilters(XmlPullParser parser, CarrierIdentifier id) { in checkFilters()
323 static boolean matchOnImsi(String xmlImsi, CarrierIdentifier id) { in matchOnImsi()
344 static boolean matchOnSP(String xmlSP, CarrierIdentifier id) { in matchOnSP()
/packages/apps/Dialer/java/com/android/voicemail/impl/
DCarrierIdentifier.java32 public abstract class CarrierIdentifier { class
50 public abstract CarrierIdentifier build(); in build()
58 public static Optional<CarrierIdentifier> forHandle( in forHandle()
DOmtpVvmCarrierConfigHelper.java114 Optional<CarrierIdentifier> carrierIdentifier = CarrierIdentifier.forHandle(context, handle); in OmtpVvmCarrierConfigHelper()
DCarrierIdentifierMatcher.java49 public boolean matches(CarrierIdentifier carrierIdentifier) { in matches()
DDialerVvmConfigManager.java112 public PersistableBundle getConfig(CarrierIdentifier carrierIdentifier) { in getConfig()
/packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/
DCarrierConfigTest.java27 import android.service.carrier.CarrierIdentifier;
59 new CarrierIdentifier("001", "001", "Test", "001001123456789", "", "")); in testAllFilesParse()
158 new CarrierIdentifier(mcc, mnc, spn, imsi, gid1, gid2)); in testCarrierConfigFileNaming()
307 @NonNull CarrierIdentifier carrierIdentifier) { in getCarrierId()
/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java47 import android.service.carrier.CarrierIdentifier;
284 final CarrierIdentifier carrierId = getCarrierIdentifierForPhoneId(phoneId); in handleMessage()
406 final CarrierIdentifier carrierId = getCarrierIdentifierForPhoneId(phoneId); in handleMessage()
677 private CarrierIdentifier getCarrierIdentifierForPhoneId(int phoneId) { in getCarrierIdentifierForPhoneId()
700 return new CarrierIdentifier(mcc, mnc, spn, imsi, gid1, gid2, carrierId, specificCarrierId); in getCarrierIdentifierForPhoneId()
776 CarrierIdentifier carrierId, PersistableBundle config) { in saveConfigToXml()
1018 final CarrierIdentifier carrierId = getCarrierIdentifierForPhoneId(phoneId); in overrideConfig()
/packages/apps/CarrierConfig/
DREADME7 CarrierIdentifier objects, rather than just mcc/mnc. per-network configuration files live in assets
14 This app uses a CarrierIdentifier to read the appropriate config snippets from the assets folder.