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

  /external/chromium_org/build/android/pylib/device/
adb_wrapper.py 398 def Reboot(self, to_bootloader=False, timeout=60*5,
408 cmd = ['reboot-bootloader']
410 cmd = ['reboot']
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.cc 144 // Calculate the time at which an update was applied and a reboot became
171 // If no user is logged in, a reboot may be performed whenever the user is
226 // Ignore repeated notifications that a reboot is necessary. This is important
228 // repeated notifications do not postpone the reboot request and grace period.
298 // Convert the time at which a reboot became necessary to |clock_| ticks.
312 // Safeguard against reboot loops under error conditions: If the boot time is
317 // Assume that no reboot has been requested.
325 // reboot to be requested.
333 // If the policy to automatically reboot after an update is enabled and an
334 // update has been applied, set the time at which a reboot should b
    [all...]
  /external/chromium_org/build/android/pylib/
android_commands.py 361 def Reboot(self, full_reboot=True):
365 full_reboot: Whether to fully reboot the device or just restart the shell.
367 # TODO(torne): hive can't reboot the device either way without breaking the
370 logging.warning('Ignoring reboot request as we are on hive')
373 self._adb.SendCommand('reboot')
391 self._adb.SendCommand('reboot -p')
446 reboots_on_timeout: number of time to reboot if package manager is frozen.
477 # Force a hard reboot on last attempt
478 self.Reboot(full_reboot=(reboots_left == 1))
    [all...]

Completed in 3209 milliseconds