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

  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_device.py 7 from telemetry.core.backends import adb_commands namespace
30 device_serials = adb_commands.GetAttachedDevices()
51 util.WaitFor(adb_commands.GetAttachedDevices, 600)
52 device_serials = adb_commands.GetAttachedDevices()
android_device_unittest.py 14 android_device, ['adb_commands'])
17 self._android_device_stub.adb_commands.attached_devices = [
android_platform_backend_unittest.py 17 ['perf_control', 'thermal_throttle', 'adb_commands'])
30 self._stubs.adb_commands.adb_device.mock_content = proc_stat_content
31 old_interface = self._stubs.adb_commands.adb_device.old_interface
android_platform_backend.py 13 from telemetry.core.backends import adb_commands namespace
42 self._adb = adb_commands.AdbCommands(device=device.device_id)
43 installed_prebuilt_tools = adb_commands.SetupPrebuiltTools(self._adb)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_finder_unittest.py 18 ['adb_commands', 'os', 'subprocess',
21 android_device, ['adb_commands'])
23 android_platform_backend, ['adb_commands'])
61 self._android_device_stub.adb_commands.attached_devices = [
72 self._android_device_stub.adb_commands.attached_devices = (
85 self._apb_stub.adb_commands.adb_device.shell_command_handlers['pm'] = OnPM
86 self._apb_stub.adb_commands.adb_device.shell_command_handlers['ls'] = OnLs
android_browser_finder.py 19 from telemetry.core.backends import adb_commands namespace
158 if not adb_commands.IsAndroidSupported():
android_browser_backend.py 16 from telemetry.core.backends import adb_commands namespace
195 self._port = adb_commands.AllocateTestServerPort()
  /external/chromium_org/tools/telemetry/telemetry/core/forwarders/
android_forwarder.py 15 from telemetry.core.backends import adb_commands namespace
345 for device_serial in adb_commands.GetAttachedDevices():
346 device = adb_commands.AdbCommands(device_serial).device()
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 18 stubs = {'adb_commands': AdbCommandsModuleStub,
29 self.adb_commands = None

Completed in 67 milliseconds