Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java4685 public static ArrayList<Carrier> createCarrierRestrictionList( in createCarrierRestrictionList() method in RIL
4750 createCarrierRestrictionList(carrierRestrictionRules.getAllowedCarriers()); in setAllowedCarriers()
4752 createCarrierRestrictionList(carrierRestrictionRules.getExcludedCarriers()); in setAllowedCarriers()
4787 createCarrierRestrictionList(carrierRestrictionRules.getAllowedCarriers()); in setAllowedCarriers()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java2454 ArrayList<Carrier> result = RIL.createCarrierRestrictionList(carriers); in testCreateCarrierRestrictionList()