Searched refs:reboot (Results 1 – 7 of 7) sorted by relevance
11 go off after reboot even before the user enters their credentials.
140 $ADB -s $device reboot bootloader158 $FASTBOOT -s $device reboot-bootloader177 $FASTBOOT -s $device reboot
164 def reboot(self, bootloader=False): member in FastbootDevice
84 run_cmd_with_retries adb -s "${TARGET_DEVICE_SERIAL}" wait-for-device reboot
81 adb root && adb disable-verity && adb reboot # one time86 adb reboot127 NOTE: Any flag changes require device reboot or "Force stop" of the host app
11 8. adb reboot
417 def reboot(self) -> str: member in AndroidDevice