Searched refs:mUnavailableException (Results 1 – 1 of 1) sorted by relevance
32 private DeviceNotAvailableException mUnavailableException = null; field in DeviceUnavailableMonitor46 if (mUnavailableException != null || mInvocationFailed) { in testRunFailed()49 mUnavailableException = analyzeFailure(failure); in testRunFailed()54 if (mUnavailableException != null || mInvocationFailed) { in testFailed()57 mUnavailableException = analyzeFailure(failure); in testFailed()63 if (mUnavailableException != null) { in invocationFailed()66 mUnavailableException = analyzeFailure(failure); in invocationFailed()76 return mUnavailableException; in getUnavailableException()