Home
last modified time | relevance | path

Searched defs:aospCarrierList (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/tools/carrier_settings/java/
H A DCarrierConfigConverterV2.java152 Multimap<Integer, CarrierId> aospCarrierList = loadAospCarrierList(); in convert() local
401 com.android.providers.telephony.CarrierIdProto.CarrierList.Builder aospCarrierList = in loadAospCarrierList() local
418 com.android.providers.telephony.CarrierIdProto.CarrierList.Builder aospCarrierList = in reverseAospCarrierListPerParentCanonicalId() local
484 Multimap<Integer, CarrierId> aospCarrierList) { in reverseAospCarrierList()
/aosp_15_r20/tools/carrier_settings/python/
H A Dupdate_apn.py278 def process_apnmap_by_carrier_id(apn_node, aospCarrierList, known, apn_map): argument