Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DUiAutomatorTest.java346 String prefix, TestFailureAction overrideAction) { in onScreenshotAndBugreport() argument
347 if (overrideAction == null) { in onScreenshotAndBugreport()
348 overrideAction = mFailureAction; in onScreenshotAndBugreport()
351 if (overrideAction == TestFailureAction.SCREENSHOT || in onScreenshotAndBugreport()
352 overrideAction == TestFailureAction.BUGREPORT_AND_SCREENSHOT) { in onScreenshotAndBugreport()
364 if (overrideAction == TestFailureAction.BUGREPORT || in onScreenshotAndBugreport()
365 overrideAction == TestFailureAction.BUGREPORT_AND_SCREENSHOT) { in onScreenshotAndBugreport()