Home
last modified time | relevance | path

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

/tools/carrier_settings/python/
Dupdate_carrier_data.py287 def add_apns_for_other_carriers_by_mccmnc(apns, tier1_carriers, other_carriers): argument
332 carrier_id_str_of_mccmnc) or other_carriers.get(
354 def add_carrierconfig_for_new_carriers(cnames, tier1_carriers, other_carriers): argument
378 if setting.canonical_name in other_carriers:
411 other_carriers = text_format.ParseLines(other_carriers_textpb_file,
415 for carrier in other_carriers.entry:
421 del other_carriers.entry[:]
422 other_carriers.entry.extend(other_carriers_entry_with_mccmnc)
433 other_carriers, other_carriers_textpb_file, as_utf8=True)
453 other_carriers = get_knowncarriers([OTHER_CARRIERS_TEXTPB])
[all …]
/tools/carrier_settings/
Dmain.sh93 --in_textpbs="$TIER1_CARRIERS_FILE","$TMP_DIR"/data/other_carriers.textpb \