Searched refs:carrierRestrictionRules (Results 1 – 5 of 5) sorted by relevance
4164 public void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers() argument4168 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 …]
2158 default void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers() argument
3818 public void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers() argument3820 mCi.setAllowedCarriers(carrierRestrictionRules, response, workSource); in setAllowedCarriers()
1411 int setAllowedCarriers(in CarrierRestrictionRules carrierRestrictionRules); in setAllowedCarriers() argument
2072 public void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers() argument