Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java5081 public static ArrayList<Carrier> createCarrierRestrictionList( in createCarrierRestrictionList() method in RIL
5146 createCarrierRestrictionList(carrierRestrictionRules.getAllowedCarriers()); in setAllowedCarriers()
5148 createCarrierRestrictionList(carrierRestrictionRules.getExcludedCarriers()); in setAllowedCarriers()
5183 createCarrierRestrictionList(carrierRestrictionRules.getAllowedCarriers()); in setAllowedCarriers()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java2735 ArrayList<Carrier> result = RIL.createCarrierRestrictionList(carriers); in testCreateCarrierRestrictionList()