Home
last modified time | relevance | path

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

/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DFrameworkStressTest.java148 try (InputStreamSource bugSource = mTestDevice.getBugreport()) { in testEnded() argument
149 mListener.testLog(BUGREPORT_LOG_NAME, LogDataType.BUGREPORT, bugSource); in testEnded()
151 bugSource.createInputStream()))); in testEnded()
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DStartupMetricsTest.java131 try (InputStreamSource bugSource = mTestDevice.getBugreport()) { in fetchBugReportMetrics() argument
132 listener.testLog(BUGREPORT_LOG_NAME, LogDataType.BUGREPORT, bugSource); in fetchBugReportMetrics()
134 bugSource.createInputStream()))); in fetchBugReportMetrics()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java547 try (InputStreamSource bugSource = device.getBugreport()) { in runPreModuleCheck() argument
551 bugSource); in runPreModuleCheck()
589 try (InputStreamSource bugSource = device.getBugreport()) { in runPostModuleCheck() argument
593 bugSource); in runPostModuleCheck()