Searched refs:device_props (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/site_tests/network_3GIdentifiers/ |
D | network_3GIdentifiers.py | 45 def _ValidateGsmIdentifiers(self, device_props, service_props, modem_props): argument 48 device_props['Cellular.IMEI'], 52 device_props['Cellular.IMSI'], 63 device_props['Cellular.HomeProvider']['code'], 67 device_props['Cellular.ICCID'], 78 def _ValidateCdmaIdentifiers(self, device_props, modem_props): argument 81 device_props['Cellular.ESN'], 85 device_props['Cellular.MEID'], 94 device_props = device.GetProperties(utf8_strings=True) 96 self.is_modemmanager = 'freedesktop' in device_props['DBus.Service'] [all …]
|
/external/autotest/client/site_tests/network_3GDormancyDance/ |
D | network_3GDormancyDance.py | 145 device_props = self.device.GetProperties(utf8_strings = True) 156 if device_props['Powered']:
|