Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java970 final Method recoverDeviceMethod; in recoverDevice() local
972 recoverDeviceMethod = mDevice.getClass().getMethod("recoverDevice"); in recoverDevice()
973 recoverDeviceMethod.setAccessible(true); in recoverDevice()
979 recoverDeviceMethod.invoke(mDevice); in recoverDevice()