OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adb_device
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend_unittest.py
30
self._stubs.adb_commands.
adb_device
.mock_content = proc_stat_content
31
old_interface = self._stubs.adb_commands.
adb_device
.old_interface
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_finder_unittest.py
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
/external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py
100
self._adb_device = module.
adb_device
119
self.
adb_device
= AdbDevice()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py
438
if hasattr(self._options, '
adb_device
') and len(self._options.
adb_device
):
439
default_device = self._options.
adb_device
[
all
...]
Completed in 113 milliseconds