Searched refs:GetAttachedDevices (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/build/android/
H A Dhost_heartbeat.py23 devices = android_commands.GetAttachedDevices()
H A Denable_asserts.py27 devices = android_commands.GetAttachedDevices()
H A Dadb_logcat_monitor.py67 def GetAttachedDevices(adb_cmd): function
127 for device_id in GetAttachedDevices(adb_cmd):
H A Dadb_install_apk.py74 devices = android_commands.GetAttachedDevices()
H A Dscreenshot.py73 if not options.device and len(android_commands.GetAttachedDevices()) > 1:
H A Dtombstones.py189 devices = android_commands.GetAttachedDevices()
H A Dupdate_verification.py115 devices = android_commands.GetAttachedDevices()
H A Dprovision_devices.py129 devices = android_commands.GetAttachedDevices()
/external/chromium_org/tools/android/adb_profile_chrome/
H A Dcontrollers_unittest.py15 devices = android_commands.GetAttachedDevices()
H A Dmain.py168 devices = android_commands.GetAttachedDevices()
/external/chromium_org/build/android/gyp/
H A Dget_device_configuration.py26 devices = build_device.GetAttachedDevices()
/external/chromium_org/build/android/gyp/util/
H A Dbuild_device.py23 GetAttachedDevices = android_commands.GetAttachedDevices variable
/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dadb_commands.py35 def GetAttachedDevices(): function
40 return android_commands.GetAttachedDevices()
/external/chromium_org/build/android/pylib/perf/
H A Dperf_control_unittest.py21 devices = android_commands.GetAttachedDevices()
H A Dsetup.py28 devices = android_commands.GetAttachedDevices()
/external/chromium_org/build/android/buildbot/
H A Dbb_device_status_check.py168 # GetAttachedDevices to compare results.
184 'adb devices(GetAttachedDevices): %s' %
185 android_commands.GetAttachedDevices()]
288 devices = android_commands.GetAttachedDevices()
300 devices = android_commands.GetAttachedDevices()
310 devices = android_commands.GetAttachedDevices()
312 offline_devices = android_commands.GetAttachedDevices(
/external/chromium_org/build/android/pylib/base/
H A Dtest_dispatcher_unittest.py16 # Mock out android_commands.GetAttachedDevices().
18 android_commands.GetAttachedDevices = lambda: ['0', '1']
192 attached_devices = android_commands.GetAttachedDevices
193 android_commands.GetAttachedDevices = lambda: []
198 android_commands.GetAttachedDevices = attached_devices
H A Dtest_dispatcher.py177 if runner.device_serial not in android_commands.GetAttachedDevices():
/external/chromium_org/build/android/pylib/utils/
H A Demulator.py92 emulators = android_commands.GetAttachedDevices(hardware=False)
99 if not android_commands.GetAttachedDevices(hardware=False):
143 emulators = android_commands.GetAttachedDevices(hardware=False)
/external/chromium_org/build/android/pylib/
H A Dandroid_commands_unittest.py21 devices = android_commands.GetAttachedDevices()
71 devices = android_commands.GetAttachedDevices()
/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils.py322 devices = pylib.android_commands.GetAttachedDevices()
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dandroid_browser_finder.py188 devices = adb_commands.GetAttachedDevices()
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dsystem_stub.py90 def GetAttachedDevices(self): member in class:AdbCommandsModuleStub
/external/chromium_org/components/storage_monitor/
H A Dvolume_mount_watcher_win.cc185 std::vector<base::FilePath> GetAttachedDevices() { function in namespace:storage_monitor::__anon6593
418 return base::Bind(&GetAttachedDevices);
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/android/
H A Dandroid_backend.py64 for device_id in android_commands.GetAttachedDevices():

Completed in 1338 milliseconds

12