Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DJUnitRunUtil.java56 listener.testRunFailed(e.getDeviceException().getMessage()); in runTest()
57 throw e.getDeviceException(); in runTest()
DDeviceTestResult.java50 DeviceNotAvailableException getDeviceException() { in getDeviceException() method in DeviceTestResult.RuntimeDeviceNotAvailableException