Searched refs:dnae (Results 1 – 6 of 6) sorted by relevance
114 DeviceNotAvailableException dnae = new DeviceNotAvailableException(); in testTestFailed_notAvailable() local115 EasyMock.expect(mMockDevice.getDeviceDate()).andThrow(dnae); in testTestFailed_notAvailable()117 EasyMock.expect(mMockDevice.getScreenshot()).andThrow(dnae); in testTestFailed_notAvailable()128 EasyMock.expectLastCall().andThrow(dnae); in testTestFailed_notAvailable()
291 } catch (DeviceNotAvailableException dnae) { in intraModuleRun()292 throw dnae; in intraModuleRun()
394 } catch (DeviceNotAvailableException dnae) { in run()401 CLog.e(dnae); in run()406 dnae, in run()408 throw dnae; in run()
224 } catch (DeviceNotAvailableException dnae) { in testRun_deviceReboot()
628 } catch (DeviceNotAvailableException dnae) { in testCheckAndFlashSystem_exception()
460 } catch (DeviceNotAvailableException dnae) { in testRecoverDevice_ThrowException()461 assertTrue(dnae instanceof DeviceUnresponsiveException); in testRecoverDevice_ThrowException()