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

  /external/chromium_org/build/android/
host_heartbeat.py 22 devices = android_commands.GetAttachedDevices()
screenshot.py 34 if not options.serial and len(android_commands.GetAttachedDevices()) > 1:
adb_logcat_monitor.py 67 def GetAttachedDevices(adb_cmd):
127 for device_id in GetAttachedDevices(adb_cmd):
adb_install_apk.py 61 devices = android_commands.GetAttachedDevices()
provision_devices.py 72 devices = android_commands.GetAttachedDevices()
bb_run_sharded_steps.py 183 while not android_commands.GetAttachedDevices():
222 devices = sorted(android_commands.GetAttachedDevices())
run_update_verification.py 111 if len(android_commands.GetAttachedDevices()) != 1:
tombstones.py 185 devices = android_commands.GetAttachedDevices()
  /external/chromium_org/build/android/gyp/
get_device_configuration.py 34 devices = build_device.GetAttachedDevices()
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
adb_commands.py 31 def GetAttachedDevices():
36 return android_commands.GetAttachedDevices()
android_browser_finder.py 118 devices = adb_commands.GetAttachedDevices()
  /external/chromium_org/build/android/pylib/utils/
emulator.py 50 emulators = android_commands.GetAttachedDevices(hardware=False)
57 if not android_commands.GetAttachedDevices(hardware=False):
101 emulators = android_commands.GetAttachedDevices(hardware=False)
  /external/chromium_org/build/android/gyp/util/
build_device.py 21 from pylib.android_commands import GetAttachedDevices
  /external/chromium_org/chrome/browser/storage_monitor/
volume_mount_watcher_win.cc 184 std::vector<base::FilePath> GetAttachedDevices() {
417 return base::Bind(&GetAttachedDevices);
  /external/chromium_org/build/android/buildbot/
bb_device_status_check.py 151 # GetAttachedDevices to compare results.
167 'adb devices(GetAttachedDevices): %s' %
168 android_commands.GetAttachedDevices()]
207 devices = android_commands.GetAttachedDevices()
209 offline_devices = android_commands.GetAttachedDevices(hardware=False,
bb_device_steps.py 88 devices = android_commands.GetAttachedDevices(emulator=False)
  /external/chromium_org/build/android/pylib/gtest/
setup.py 294 attached_devices = android_commands.GetAttachedDevices()
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 75 def GetAttachedDevices(self):
  /external/chromium_org/build/android/pylib/base/
test_dispatcher.py 322 attached_devices = android_commands.GetAttachedDevices()
test_dispatcher_unittest.py 14 # Mock out android_commands.GetAttachedDevices().
16 android_commands.GetAttachedDevices = lambda: ['0', '1']
  /external/chromium_org/build/android/pylib/
android_commands.py 76 def GetAttachedDevices(hardware=True, emulator=True, offline=False):
131 return device in GetAttachedDevices()
    [all...]

Completed in 556 milliseconds