Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DScreenshotOnFailureCollector.java34 if (!shouldCollect(device)) { in onTestFail()
50 private boolean shouldCollect(ITestDevice device) { in shouldCollect() method in ScreenshotOnFailureCollector
DLogcatOnFailureCollector.java102 if (!shouldCollect(device)) { in collectAndLog()
160 private boolean shouldCollect(ITestDevice device) { in shouldCollect() method in LogcatOnFailureCollector