Searched refs:recoverDevices (Results 1 – 6 of 6) sorted by relevance
88 mRecoverer.recoverDevices(Arrays.asList(mDevice)); in testRecover_stub()100 mRecoverer.recoverDevices(Arrays.asList(mDevice)); in testRecover_available()113 mRecoverer.recoverDevices(Arrays.asList(mDevice)); in testRecover_unavailable()127 mRecoverer.recoverDevices(Arrays.asList(mDevice)); in testRecover_fastboot_allocated()141 mRecoverer.recoverDevices(Arrays.asList(mDevice)); in testRecover_fastboot_unallocated()153 mRecoverer.recoverDevices(new ArrayList<>()); in testRecover_notManaged()166 mRecoverer.recoverDevices(Arrays.asList(mDevice)); in testRecover_notConnected()
80 mRecoverer.recoverDevices(devices); in testRecoverDevice_allocated()96 mRecoverer.recoverDevices(devices); in testRecoverDevice_offline()116 mRecoverer.recoverDevices(devices); in testRecoverDevice_fastboot()135 mRecoverer.recoverDevices(devices); in testRecoverDevice_run()
34 void recoverDevices(List<IManagedTestDevice> managedDevices); in recoverDevices() method
62 public void recoverDevices(List<IManagedTestDevice> devices) { in recoverDevices() method in UsbResetMultiDeviceRecovery
63 public void recoverDevices(List<IManagedTestDevice> managedDevices) { in recoverDevices() method in RunConfigDeviceRecovery
1425 m.recoverDevices(getDeviceList()); in run()