Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DDeviceUnavailEmailResultReporter.java39 return getInvocationException() instanceof DeviceNotAvailableException; in shouldSendMessage()
DEmailResultReporter.java208 protected Throwable getInvocationException() { in getInvocationException() method in EmailResultReporter