Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java1114 device.setRecovery(new AbortRecovery(reason)); in terminateHard()
1121 private static class AbortRecovery implements IDeviceRecovery { class in DeviceManager
1125 AbortRecovery(String reason) { in AbortRecovery() method in DeviceManager.AbortRecovery