Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DUiAutomatorTest.java366 private boolean mLoggedTestRunFailure = false; field in UiAutomatorTest.LoggingWrapper
396 mLoggedTestRunFailure = true; in testRunFailed()
410 if (!mLoggedTestRunFailure && mLoggingOption == LoggingOption.AFTER_TEST) { in testRunEnded()