HomeSort by relevance Sort by last modified time
    Searched refs:GetAttachedDevices (Results 26 - 31 of 31) sorted by null

12

  /external/chromium_org/build/android/pylib/device/
device_utils.py 866 devices = pylib.android_commands.GetAttachedDevices()
  /external/chromium_org/tools/memory_inspector/memory_inspector/backends/
android_backend.py 69 for device_id in android_commands.GetAttachedDevices():
  /external/chromium_org/tools/telemetry/telemetry/core/forwarders/
android_forwarder.py 345 for device_serial in adb_commands.GetAttachedDevices():
  /external/chromium_org/chrome/test/chromedriver/test/
run_py_tests.py 188 android_commands.GetAttachedDevices()[0])
758 android_commands.GetAttachedDevices()]
    [all...]
  /external/chromium_org/build/android/pylib/
android_commands.py 128 GetAttachedDevices.
136 def GetAttachedDevices(hardware=True, emulator=True, offline=False):
198 return device in GetAttachedDevices()
    [all...]
  /external/chromium_org/build/android/
test_runner.py 746 attached_devices = android_commands.GetAttachedDevices()

Completed in 404 milliseconds

12