Searched refs:get_devices (Results 1 – 12 of 12) sorted by relevance
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | device_monitor_test.py | 88 def test_getStats(self, get_devices, get_battery): argument 89 get_devices.return_value = [self.device] 97 def test_getStatsNoBattery(self, get_devices, get_battery): argument 98 get_devices.return_value = [self.device] 114 def test_getStatsNoPs(self, get_devices, get_battery): argument 115 get_devices.return_value = [self.device] 130 def test_getStatsNoSensors(self, get_devices, get_battery): argument 131 get_devices.return_value = [self.device] 144 def test_getStatsWithBlacklist(self, get_devices, get_battery): argument 145 get_devices.return_value = [self.device] [all …]
|
/external/autotest/server/cros/network/ |
D | rf_switch_client_box_test.py | 33 devices = client_box.get_devices() 45 devices = client_box.get_devices()
|
D | rf_switch_client_box.py | 48 def get_devices(self): member in ClientBox
|
/external/perfetto/tools/ |
D | pull_ftrace_format_files.py | 41 def get_devices(): function 72 serials = get_devices()
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_device.py | 348 def get_devices(self): member in BluetoothDevice 369 encoded_devices = self._proxy.get_devices()
|
/external/autotest/client/cros/scripts/ |
D | device | 59 for device in shill.get_devices():
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/ |
D | bluetooth_Sanity_Discovery.py | 29 devices = self.device.get_devices()
|
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/ |
D | bluetooth_Sanity_LEDiscovery.py | 29 devices = self.device.get_devices()
|
/external/autotest/client/cros/networking/ |
D | shill_xmlrpc_server.py | 253 devices = self._wifi_proxy.get_devices()
|
D | shill_proxy.py | 578 def get_devices(self): member in ShillProxy
|
/external/autotest/client/cros/bluetooth/ |
D | bluetooth_device_xmlrpc_server.py | 669 def get_devices(self): member in BluetoothDeviceXmlRpcDelegate
|
/external/autotest/cli/ |
D | host.py | 210 return device.get_devices(
|