Home
last modified time | relevance | path

Searched refs:dnae (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestFailureListenerTest.java114 DeviceNotAvailableException dnae = new DeviceNotAvailableException(); in testTestFailed_notAvailable() local
115 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()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapper.java291 } catch (DeviceNotAvailableException dnae) { in intraModuleRun()
292 throw dnae; in intraModuleRun()
DModuleDefinition.java394 } catch (DeviceNotAvailableException dnae) { in run()
401 CLog.e(dnae); in run()
406 dnae, in run()
408 throw dnae; in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestFuncTest.java224 } catch (DeviceNotAvailableException dnae) { in testRun_deviceReboot()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java628 } catch (DeviceNotAvailableException dnae) { in testCheckAndFlashSystem_exception()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java460 } catch (DeviceNotAvailableException dnae) { in testRecoverDevice_ThrowException()
461 assertTrue(dnae instanceof DeviceUnresponsiveException); in testRecoverDevice_ThrowException()