Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java995 final Method recoverDeviceMethod; in recoverDevice() local
997 recoverDeviceMethod = mDevice.getClass().getMethod("recoverDevice"); in recoverDevice()
998 recoverDeviceMethod.setAccessible(true); in recoverDevice()
1004 recoverDeviceMethod.invoke(mDevice); in recoverDevice()