Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DUiAutomatorTest.java282 String prefix, TestFailureAction overrideAction) { in onScreenshotAndBugreport() argument
283 if (overrideAction == null) { in onScreenshotAndBugreport()
284 overrideAction = mFailureAction; in onScreenshotAndBugreport()
287 if (overrideAction == TestFailureAction.SCREENSHOT || in onScreenshotAndBugreport()
288 overrideAction == TestFailureAction.BUGREPORT_AND_SCREENSHOT) { in onScreenshotAndBugreport()
300 if (overrideAction == TestFailureAction.BUGREPORT || in onScreenshotAndBugreport()
301 overrideAction == TestFailureAction.BUGREPORT_AND_SCREENSHOT) { in onScreenshotAndBugreport()