Searched refs:carriers (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/proto/src/ |
D | carrierId.proto | 24 // A complete list of carriers 26 // A collection of carriers. one entry for one carrier. 80 // "content://telephony/carriers/preferapn" on device.
|
D | telephony.proto | 1645 // "content://telephony/carriers/preferapn" on device.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 1394 CarrierRestrictions carriers) { in getAllowedCarriersResponse() argument 1396 carrierRestrictions.allowedCarriers = carriers.allowedCarriers; in getAllowedCarriersResponse() 1397 carrierRestrictions.excludedCarriers = carriers.excludedCarriers; in getAllowedCarriersResponse() 2294 CarrierRestrictionsWithPriority carriers, in responseCarrierRestrictions() argument 2312 if (!carriers.allowedCarriersPrioritized) { in responseCarrierRestrictions() 2318 .setAllowedCarriers(convertCarrierList(carriers.allowedCarriers)) in responseCarrierRestrictions() 2319 .setExcludedCarriers(convertCarrierList(carriers.excludedCarriers)) in responseCarrierRestrictions()
|
D | RIL.java | 4135 List<CarrierIdentifier> carriers) { in createCarrierRestrictionList() argument 4137 for (CarrierIdentifier ci : carriers) { in createCarrierRestrictionList()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1901 ArrayList<CarrierIdentifier> carriers = new ArrayList<>(); in testCreateCarrierRestrictionList() local 1902 carriers.add(new CarrierIdentifier("110", "120", null, null, null, null)); in testCreateCarrierRestrictionList() 1903 carriers.add(new CarrierIdentifier("210", "220", "SPN", null, null, null)); in testCreateCarrierRestrictionList() 1904 carriers.add(new CarrierIdentifier("310", "320", null, "012345", null, null)); in testCreateCarrierRestrictionList() 1905 carriers.add(new CarrierIdentifier("410", "420", null, null, "GID1", null)); in testCreateCarrierRestrictionList() 1906 carriers.add(new CarrierIdentifier("510", "520", null, null, null, "GID2")); in testCreateCarrierRestrictionList() 1940 ArrayList<Carrier> result = RIL.createCarrierRestrictionList(carriers); in testCreateCarrierRestrictionList()
|