Searched refs:mExcludedCarriers (Results 1 – 1 of 1) sorted by relevance
101 private List<CarrierIdentifier> mExcludedCarriers; field in CarrierRestrictionRules109 mExcludedCarriers = new ArrayList<CarrierIdentifier>(); in CarrierRestrictionRules()116 mExcludedCarriers = new ArrayList<CarrierIdentifier>(); in CarrierRestrictionRules()119 in.readTypedList(mExcludedCarriers, CarrierIdentifier.CREATOR); in CarrierRestrictionRules()136 return (mAllowedCarriers.isEmpty() && mExcludedCarriers.isEmpty() in isAllCarriersAllowed()155 return mExcludedCarriers; in getExcludedCarriers()187 boolean inExcludedList = isCarrierIdInList(carrierIds.get(i), mExcludedCarriers); in areCarrierIdentifiersAllowed()297 out.writeTypedList(mExcludedCarriers); in writeToParcel()330 + mExcludedCarriers + ", default:" + mCarrierRestrictionDefault in toString()354 mRules.mExcludedCarriers.clear(); in setAllCarriersAllowed()[all …]