Searched defs:AndroidCommands (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dsystem_stub.py54 class AndroidCommands(object): class in inherits:object
71 self.old_interface = AndroidCommands()
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py59 # Keycode "enum" suitable for passing to AndroidCommands.SendKey().
293 class AndroidCommands(object): class in inherits:object
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid.py192 # The AndroidCommands class encapsulates commands to communicate with an attached device.
193 class AndroidCommands(object): class in inherits:object
269 return [AndroidCommands.adb_command_path(self._executive, self._debug_logging), '-s', self._device_serial]
273 AndroidCommands._adb_command_path_options = paths
277 if AndroidCommands._adb_command_path:
278 return AndroidCommands._adb_command_path
280 assert AndroidCommands._adb_command_path_options, 'No commands paths have been set to look for the "adb" command.'
284 for path_option in AndroidCommands._adb_command_path_options:
285 path_version = AndroidCommands._determine_adb_version(path_option, executive, debug_logging)
296 AndroidCommands
[all...]

Completed in 253 milliseconds