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

  /external/chromium-trace/catapult/devil/devil/android/tools/
device_monitor_test.py 88 def test_getStats(self, get_devices, get_battery):
89 get_devices.return_value = [self.device]
97 def test_getStatsNoBattery(self, get_devices, get_battery):
98 get_devices.return_value = [self.device]
114 def test_getStatsNoPs(self, get_devices, get_battery):
115 get_devices.return_value = [self.device]
130 def test_getStatsNoSensors(self, get_devices, get_battery):
131 get_devices.return_value = [self.device]
144 def test_getStatsWithBlacklist(self, get_devices, get_battery):
145 get_devices.return_value = [self.device
    [all...]
  /external/autotest/server/cros/network/
rf_switch_client_box_test.py 33 devices = client_box.get_devices()
45 devices = client_box.get_devices()
rf_switch_client_box.py 48 def get_devices(self): member in class:ClientBox
  /external/autotest/client/cros/scripts/
device 59 for device in shill.get_devices():
  /external/perfetto/tools/
pull_ftrace_format_files.py 41 def get_devices(): function
72 serials = get_devices()
  /external/autotest/server/cros/bluetooth/
bluetooth_device.py 330 def get_devices(self): member in class:BluetoothDevice
351 return json.loads(self._proxy.get_devices())
369 for device in self.get_devices():
378 Obtain the discovered device information using get_devices(), called
  /development/python-packages/adb/
device.py 50 def get_devices(adb_path='adb'): function
72 devices = get_devices(adb_path=adb_path)
79 for device in get_devices(adb_path=adb_path):
  /external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
bluetooth_Sanity_Discovery.py 29 devices = self.device.get_devices()
  /external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
bluetooth_Sanity_LEDiscovery.py 29 devices = self.device.get_devices()
  /system/core/adb/
test_adb.py 239 if len(adb.get_devices()) > 0:
test_device.py     [all...]
  /external/autotest/client/cros/networking/
shill_proxy.py 548 def get_devices(self): member in class:ShillProxy
shill_xmlrpc_server.py 253 devices = self._wifi_proxy.get_devices()
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 639 def get_devices(self): member in class:BluetoothDeviceXmlRpcDelegate
674 devices = json.loads(self.get_devices())
685 Obtain the discovered device information using get_devices(), called
    [all...]

Completed in 476 milliseconds