Home
last modified time | relevance | path

Searched refs:carrierRestrictionRules (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java4164 public void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers() argument
4168 checkNotNull(carrierRestrictionRules, "Carrier restriction cannot be null."); in setAllowedCarriers()
4180 + carrierRestrictionRules); in setAllowedCarriers()
4185 switch (carrierRestrictionRules.getMultiSimPolicy()) { in setAllowedCarriers()
4201 createCarrierRestrictionList(carrierRestrictionRules.getAllowedCarriers()); in setAllowedCarriers()
4203 createCarrierRestrictionList(carrierRestrictionRules.getExcludedCarriers()); in setAllowedCarriers()
4205 (carrierRestrictionRules.getDefaultCarrierRestriction() in setAllowedCarriers()
4214 boolean isAllCarriersAllowed = carrierRestrictionRules.isAllCarriersAllowed(); in setAllowedCarriers()
4217 || (carrierRestrictionRules.getExcludedCarriers().isEmpty() in setAllowedCarriers()
4218 && (carrierRestrictionRules.getDefaultCarrierRestriction() in setAllowedCarriers()
[all …]
DCommandsInterface.java2158 default void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers() argument
DPhone.java3818 public void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers() argument
3820 mCi.setAllowedCarriers(carrierRestrictionRules, response, workSource); in setAllowedCarriers()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl1411 int setAllowedCarriers(in CarrierRestrictionRules carrierRestrictionRules); in setAllowedCarriers() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java2072 public void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers() argument