Searched refs:recoverDeviceMethod (Results 1 – 1 of 1) sorted by relevance
995 final Method recoverDeviceMethod; in recoverDevice() local997 recoverDeviceMethod = mDevice.getClass().getMethod("recoverDevice"); in recoverDevice()998 recoverDeviceMethod.setAccessible(true); in recoverDevice()1004 recoverDeviceMethod.invoke(mDevice); in recoverDevice()