Home
last modified time | relevance | path

Searched refs:carrier (Results 1 – 15 of 15) sorted by relevance

/tools/carrier_settings/proto/
Dcarrier_list.proto18 package com.google.carrier;
23 // The carrier ID is matched against SIM data to determine carrier
43 // Maps CarrierIds to an internal unique carrier name
45 // A unique canonical carrier name
46 // This name is the primary key to identify a carrier
50 // A collection of network IDs owned by this carrier
56 // Maps CarrierId to internal unique carrier name
58 // A collection of carrier maps; one entry for one carrier
Dcarrier_settings.proto18 package com.google.carrier;
23 // Settings of one carrier, including apns and configs
26 // A unique canonical carrier name
29 // Version number of current carrier’s settings
40 // Vendor carrier configs
55 // The name of APN, map to xml apn "carrier" attribute
66 // define a carrier.
152 // A collection of all APNs for a carrier
156 // APNs belong to this carrier
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveProjectFiTest.py341 carrier,
369 if carrier == CARRIER_AUTO:
370 send_dialer_secret_code(ad, _CARRIER_DIALER_CODE_LOOKUP[carrier])
373 if carrier == old_carrier:
374 ad.log.info('Already on %s, so no need to switch', carrier)
379 old_carrier, carrier)
380 send_dialer_secret_code(ad, _CARRIER_DIALER_CODE_LOOKUP[carrier])
382 ad, carrier, timeout=timeout, check_interval=check_interval)
446 def check_network_carrier(self, ad, carrier): argument
451 return current_carrier == carrier and is_in_switch
[all …]
DTelLiveSmsTest.py63 carrier = ad.telephony["subscription"][sub_id]["operator"]
64 if carrier == CARRIER_VZW:
71 carrier = ad.adb.getprop("gsm.sim.operator.alpha")
74 carrier == "Verizon"):
DTelLiveVoiceTest.py122 carrier = ad.adb.getprop("gsm.sim.operator.alpha")
125 carrier == CARRIER_VZW):
3476 carrier = self.get_carrier_name(self.android_devices[0])
3477 if carrier == CARRIER_VZW:
3508 carrier = self.get_carrier_name(self.android_devices[0])
3509 if carrier == CARRIER_VZW:
3845 carrier = self.get_carrier_name(self.android_devices[0])
3846 if carrier == CARRIER_VZW:
3874 carrier = self.get_carrier_name(self.android_devices[0])
3875 if carrier == CARRIER_VZW:
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabProjectFiTest.py430 carrier,
466 if carrier == CARRIER_AUTO:
467 send_dialer_secret_code(ad, _CARRIER_DIALER_CODE_LOOKUP[carrier])
470 if carrier == old_carrier:
471 ad.log.info('Already on %s, so no need to switch', carrier)
476 old_carrier, carrier)
477 send_dialer_secret_code(ad, _CARRIER_DIALER_CODE_LOOKUP[carrier])
479 ad, carrier, timeout=timeout, check_interval=check_interval)
546 def check_network_carrier(self, ad, carrier): argument
551 return current_carrier == carrier and is_in_switch
[all …]
/tools/carrier_settings/java/
DCarrierProtoUtils.java16 package com.google.carrier;
19 import com.google.carrier.CarrierConfig;
20 import com.google.carrier.CarrierId;
21 import com.google.carrier.CarrierMap;
22 import com.google.carrier.CarrierSettings;
23 import com.google.carrier.MultiCarrierSettings;
24 import com.google.carrier.VendorConfigClient;
25 import com.google.carrier.VendorConfigs;
DCarrierConfigConverterV2.java16 package com.google.carrier;
36 import com.google.carrier.CarrierConfig;
37 import com.google.carrier.CarrierId;
38 import com.google.carrier.CarrierList;
39 import com.google.carrier.CarrierMap;
40 import com.google.carrier.CarrierSettings;
41 import com.google.carrier.IntArray;
42 import com.google.carrier.MultiCarrierSettings;
43 import com.google.carrier.TextArray;
273 for (CarrierId carrier : carriers) { in convert()
[all …]
DGenCarrierList.java16 package com.google.carrier;
23 import com.google.carrier.CarrierId;
24 import com.google.carrier.CarrierList;
25 import com.google.carrier.CarrierMap;
DGenDeviceSettings.java16 package com.google.carrier;
23 import com.google.carrier.CarrierSettings;
24 import com.google.carrier.MultiCarrierSettings;
/tools/test/connectivity/acts_tests/tests/google/net/
DDnsOverTlsTest.py336 carrier = get_operator_name(self.log, self.dut_b)
337 asserts.skip_if(carrier != "vzw", "Carrier is not Verizon")
354 carrier = get_operator_name(self.log, self.dut)
355 asserts.skip_if(carrier != "tmo", "Carrier is not T-mobile")
372 carrier = get_operator_name(self.log, self.dut_b)
373 asserts.skip_if(carrier != "vzw", "Carrier is not Verizon")
390 carrier = get_operator_name(self.log, self.dut)
391 asserts.skip_if(carrier != "tmo", "Carrier is not T-mobile")
408 carrier = get_operator_name(self.log, self.dut_b)
409 asserts.skip_if(carrier != "vzw", "Carrier is not Verizon")
[all …]
/tools/carrier_settings/
DAndroid.bp64 main_class: "com.google.carrier.CarrierConfigConverterV2",
89 main_class: "com.google.carrier.GenCarrierList",
108 main_class: "com.google.carrier.GenDeviceSettings",
DREADME1 This tool converts carrier config and APNs from XML format to protobuf format.
3 AOSP default carrier configs can be found in packages/apps/CarrierConfig,
/tools/carrier_settings/python/
Dupdate_carrier_data.py415 for carrier in other_carriers.entry:
416 for carrier_id in carrier.carrier_id:
418 mcc_only_carriers.add(carrier.canonical_name)
420 other_carriers_entry_with_mccmnc.append(carrier)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_ims_utils.py69 -a com.google.android.carrier.action.LOCAL_OVERRIDE \
70 -n com.google.android.carrier/.ConfigOverridingReceiver \