Searched refs:carrierRestrictionRules (Results 1 – 5 of 5) sorted by relevance
4714 public void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers() argument4718 checkNotNull(carrierRestrictionRules, "Carrier restriction cannot be null."); in setAllowedCarriers()4728 + carrierRestrictionRules); in setAllowedCarriers()4733 switch (carrierRestrictionRules.getMultiSimPolicy()) { in setAllowedCarriers()4749 createCarrierRestrictionList(carrierRestrictionRules.getAllowedCarriers()); in setAllowedCarriers()4751 createCarrierRestrictionList(carrierRestrictionRules.getExcludedCarriers()); in setAllowedCarriers()4753 (carrierRestrictionRules.getDefaultCarrierRestriction() in setAllowedCarriers()4762 boolean isAllCarriersAllowed = carrierRestrictionRules.isAllCarriersAllowed(); in setAllowedCarriers()4765 || (carrierRestrictionRules.getExcludedCarriers().isEmpty() in setAllowedCarriers()4766 && (carrierRestrictionRules.getDefaultCarrierRestriction() in setAllowedCarriers()[all …]
2239 default void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers() argument
4141 public void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers() argument4143 mCi.setAllowedCarriers(carrierRestrictionRules, response, workSource); in setAllowedCarriers()
1543 int setAllowedCarriers(in CarrierRestrictionRules carrierRestrictionRules); in setAllowedCarriers() argument
11023 CarrierRestrictionRules carrierRestrictionRules = CarrierRestrictionRules.newBuilder() in setAllowedCarriers() local11029 int result = setCarrierRestrictionRules(carrierRestrictionRules); in setAllowedCarriers()