Searched refs:mExcludedCarriers (Results 1 – 1 of 1) sorted by relevance
168 private List<CarrierIdentifier> mExcludedCarriers; field in CarrierRestrictionRules181 mExcludedCarriers = new ArrayList<CarrierIdentifier>(); in CarrierRestrictionRules()192 mExcludedCarriers = new ArrayList<CarrierIdentifier>(); in CarrierRestrictionRules()196 in.readTypedList(mExcludedCarriers, CarrierIdentifier.CREATOR); in CarrierRestrictionRules()227 return (mAllowedCarriers.isEmpty() && mExcludedCarriers.isEmpty() in isAllCarriersAllowed()246 return mExcludedCarriers; in getExcludedCarriers()297 boolean inExcludedList = isCarrierIdInList(carrierIds.get(i), mExcludedCarriers); in areCarrierIdentifiersAllowed()426 out.writeTypedList(mExcludedCarriers); in writeToParcel()465 + mExcludedCarriers + ", default:" + mCarrierRestrictionDefault in toString()499 mRules.mExcludedCarriers.clear(); in setAllCarriersAllowed()[all …]