Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DSystemUpdaterDeviceFlasherTest.java86 mInOrder.verify(mMockDevice).rebootIntoRecovery(); in testFlash()
117 mInOrder.verify(mMockDevice, times(0)).rebootIntoRecovery(); in testFlashSameBuild()
/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.java1144 public void rebootIntoRecovery() throws DeviceNotAvailableException; in rebootIntoRecovery() method
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java644 mTestDevice.rebootIntoRecovery(); in testRebootIntoRecovery()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java3804 public void rebootIntoRecovery() throws DeviceNotAvailableException { in rebootIntoRecovery() method in NativeDevice