Home
last modified time | relevance | path

Searched refs:rebootIntoRecovery (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DSystemUpdaterDeviceFlasherTest.java69 mMockDevice.rebootIntoRecovery(); in testFlash()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DSystemUpdaterDeviceFlasher.java111 device.rebootIntoRecovery(); in installUpdate()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java979 public void rebootIntoRecovery() throws DeviceNotAvailableException; in rebootIntoRecovery() method
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java606 mTestDevice.rebootIntoRecovery(); in testRebootIntoRecovery()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java3088 public void rebootIntoRecovery() throws DeviceNotAvailableException { in rebootIntoRecovery() method in NativeDevice