Searched refs:recoverDeviceMethod (Results 1 – 1 of 1) sorted by relevance
970 final Method recoverDeviceMethod; in recoverDevice() local972 recoverDeviceMethod = mDevice.getClass().getMethod("recoverDevice"); in recoverDevice()973 recoverDeviceMethod.setAccessible(true); in recoverDevice()979 recoverDeviceMethod.invoke(mDevice); in recoverDevice()