HomeSort by relevance Sort by last modified time
    Searched defs:adb_command (Results 1 - 3 of 3) sorted by null

  /development/tools/labpretest/
labpretest.sh 255 adb_command() function
419 adb_command wait-for-device
520 adb_command root
533 adb_command root
535 adb_command shell setprop ro.test_harness 1
563 adb_command shell svc power stayon true
  /system/core/adb/
adb_client.c 293 int adb_command(const char *service) function
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 223 result = self._executive.run_command(self.adb_command() + command,
233 def adb_command(self): member in class:AndroidCommands
579 cmd = self._android_commands.adb_command() + ['shell', 'perf', 'record', '-g', '-p', pid, 'sleep', 30]
    [all...]

Completed in 615 milliseconds