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

  /external/chromium_org/build/android/
enable_asserts.py 27 commands.Reboot(full_reboot=False)
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 130 self.adb.Reboot(full_reboot=False)
  /external/chromium_org/build/android/pylib/
android_commands.py 339 def Reboot(self, full_reboot=True):
343 full_reboot: Whether to fully reboot the device or just restart the shell.
350 if full_reboot or not self.IsRootEnabled():
451 self.Reboot(full_reboot=(reboots_left == 1))
    [all...]

Completed in 157 milliseconds