Searched refs:doAdbReboot (Results 1 – 3 of 3) sorted by relevance
3619 doAdbReboot(mode, null); in rebootIntoFastbootInternal()3816 doAdbReboot(RebootMode.REBOOT_INTO_RECOVERY, null); in rebootIntoRecovery()3850 doAdbReboot(rebootMode, null); in rebootIntoSideload()3944 doAdbReboot(rebootMode, reason); in doReboot()3970 protected void doAdbReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbReboot() method in NativeDevice
1316 protected void doAdbReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbReboot() method in TestDevice1321 super.doAdbReboot(rebootMode, reason); in doAdbReboot()
1475 mTestDevice.doAdbReboot(RebootMode.REBOOT_INTO_BOOTLOADER, ""); in testDoAdbReboot_emulator()