Home
last modified time | relevance | path

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

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