Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCarrierRestrictionRules.java101 private List<CarrierIdentifier> mExcludedCarriers; field in CarrierRestrictionRules
109 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 …]