Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierRestrictionRulesTest.java70 assertTrue(rules.getExcludedCarriers().equals(excludedCarriers)); in testBuilderAllowedAndExcludedCarriers()
83 assertTrue(rules.getExcludedCarriers().equals(emptyCarriers)); in testBuilderEmptyLists()
105 assertTrue(rules.getExcludedCarriers().equals(excludedCarriers)); in testBuilderWildCharacter()
128 assertTrue(rules.getExcludedCarriers().equals(excludedCarriers)); in testBuilderDefaultAllowed()
144 assertTrue(rules.getExcludedCarriers().equals(excludedCarriers)); in testBuilderAllCarriersAllowed()
175 assertTrue(excludedCarriers.equals(newRules.getExcludedCarriers())); in testParcel()
/frameworks/base/telephony/java/android/telephony/
DCarrierRestrictionRules.java154 public @NonNull List<CarrierIdentifier> getExcludedCarriers() { in getExcludedCarriers() method in CarrierRestrictionRules
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java4752 createCarrierRestrictionList(carrierRestrictionRules.getExcludedCarriers()); in setAllowedCarriers()
4766 || (carrierRestrictionRules.getExcludedCarriers().isEmpty() in setAllowedCarriers()
/frameworks/base/telephony/api/
Dsystem-current.txt77 …od @NonNull public java.util.List<android.service.carrier.CarrierIdentifier> getExcludedCarriers();
/frameworks/base/api/
Dsystem-current.txt8042 …od @NonNull public java.util.List<android.service.carrier.CarrierIdentifier> getExcludedCarriers();
/frameworks/base/non-updatable-api/
Dsystem-current.txt7940 …od @NonNull public java.util.List<android.service.carrier.CarrierIdentifier> getExcludedCarriers();