Home
last modified time | relevance | path

Searched refs:other_carriers (Results 1 – 1 of 1) 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
320 carrier_id_str_of_mccmnc) or other_carriers.get(
331 def add_carrierconfig_for_new_carriers(cnames, tier1_carriers, other_carriers): argument
355 if setting.canonical_name in other_carriers:
388 other_carriers = text_format.ParseLines(other_carriers_textpb_file,
392 for carrier in other_carriers.entry:
398 del other_carriers.entry[:]
399 other_carriers.entry.extend(other_carriers_entry_with_mccmnc)
410 other_carriers, other_carriers_textpb_file, as_utf8=True)
430 other_carriers = get_knowncarriers([OTHER_CARRIERS_TEXTPB])
[all …]