Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DWaitDeviceRecovery.java152 handleDeviceNotAvailable(monitor, recoverUntilOnline); in recoverDevice()
161 handleDeviceNotAvailable(monitor, recoverUntilOnline); in recoverDevice()
235 handleDeviceNotAvailable(monitor, false); in handleDeviceUnresponsive()
257 protected void handleDeviceNotAvailable(IDeviceStateMonitor monitor, boolean recoverTillOnline) in handleDeviceNotAvailable() method in WaitDeviceRecovery
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DTestsPoolPoller.java185 handleDeviceNotAvailable(dnae, test); in run()
215 void handleDeviceNotAvailable(DeviceNotAvailableException originalException, IRemoteTest test) in handleDeviceNotAvailable() method in TestsPoolPoller