HomeSort by relevance Sort by last modified time
    Searched refs:Carrier (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/site_tests/network_3GIdentifiers/
network_3GIdentifiers.py 22 sim.SIM.Carrier('att'),
  /external/autotest/client/site_tests/network_LTEActivate/files/
modems.py 98 sim.SIM.Carrier('test'),
  /external/autotest/client/site_tests/cellular_ServiceName/
cellular_ServiceName.py 17 # Use valid carrier info since shill looks this up in its database.
54 Test SIM with a specific carrier name that the tests below are expecting.
58 carrier = sim.SIM.Carrier()
59 carrier.mcc = TEST_3GPP_HOME_CARRIER_MCC
60 carrier.mnc = TEST_3GPP_HOME_CARRIER_MNC
61 carrier.operator_name = TEST_3GPP_HOME_CARRIER
62 carrier.operator_id = carrier.mcc + carrier.mn
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 196 VALUE Acct-Terminate-Cause Lost-Carrier 2
  /external/autotest/client/cros/cellular/pseudomodem/
pseudomodem.py 131 self._sim = sim.SIM(sim.SIM.Carrier('test'),
sim.py 66 class Carrier:
68 Represents a 3GPP carrier that can be stored by a SIM object.
95 def __init__(self, carrier='test'):
96 carrier = self.CARRIER_LIST.get(carrier, self.CARRIER_LIST['test'])
98 self.mcc = self.MCC_LIST[carrier[0]]
99 self.mnc = carrier[1]
100 self.operator_name = carrier[2]
107 carrier,
118 if not carrier
245 def carrier(self): member in class:SIM
    [all...]

Completed in 1901 milliseconds