Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierRestrictionRulesTest.java75 assertTrue(rules.getExcludedCarriers().equals(excludedCarriers)); in testBuilderAllowedAndExcludedCarriers()
88 assertTrue(rules.getExcludedCarriers().equals(emptyCarriers)); in testBuilderEmptyLists()
110 assertTrue(rules.getExcludedCarriers().equals(excludedCarriers)); in testBuilderWildCharacter()
133 assertTrue(rules.getExcludedCarriers().equals(excludedCarriers)); in testBuilderDefaultAllowed()
149 assertTrue(rules.getExcludedCarriers().equals(excludedCarriers)); in testBuilderAllCarriersAllowed()
180 assertTrue(excludedCarriers.equals(newRules.getExcludedCarriers())); in testParcel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioSimProxy.java529 carrierRestrictionRules.getExcludedCarriers()); in setAllowedCarriers()
543 carrierRestrictionRules.getExcludedCarriers()); in setAllowedCarriers()
/frameworks/base/telephony/java/android/telephony/
DCarrierRestrictionRules.java245 public @NonNull List<CarrierIdentifier> getExcludedCarriers() { in getExcludedCarriers() method in CarrierRestrictionRules
/frameworks/base/core/api/
Dsystem-current.txt14422 …od @NonNull public java.util.List<android.service.carrier.CarrierIdentifier> getExcludedCarriers();