OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modem_props
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/cellular_Identifiers/
cellular_Identifiers.py
45
def _ValidateGsmIdentifiers(self, device_props, service_props,
modem_props
):
49
modem_props
['Imei'],
53
modem_props
['Imsi'],
56
operator_identifier =
modem_props
.get('OperatorIdentifier', '')
68
modem_props
['SimIdentifier'],
74
modem_props
['OperatorCode'],
78
def _ValidateCdmaIdentifiers(self, device_props,
modem_props
):
82
modem_props
['Esn'],
86
modem_props
['Meid'],
98
modem_props
= test_env.modem.GetModemProperties(
[
all
...]
/external/autotest/client/site_tests/cellular_ActivateLTE/files/
modems.py
43
modem_props
= props[mm1_constants.I_MODEM]
44
modem_props
['OwnNumbers'] = ['0000000000']
45
modem_props
['AccessTechnologies'] = dbus.types.UInt32(
47
modem_props
['ModemCapabilities'] = dbus.types.UInt32(
49
modem_props
['CurrentCapabilities'] = dbus.types.UInt32(
/external/autotest/client/cros/cellular/pseudomodem/
modem_cdma.py
384
modem_props
= self.GetAll(mm1_constants.I_MODEM)
387
retval['state'] =
modem_props
['State']
389
retval['signal-quality'] =
modem_props
['SignalQuality'][0]
390
retval['bands'] =
modem_props
['CurrentBands']
modem_3gpp.py
515
modem_props
= self.GetAll(mm1_constants.I_MODEM)
518
retval['state'] =
modem_props
['State']
520
retval['signal-quality'] =
modem_props
['SignalQuality'][0]
521
retval['bands'] =
modem_props
['CurrentBands']
Completed in 53 milliseconds