Searched refs:bugSource (Results 1 – 3 of 3) sorted by relevance
148 try (InputStreamSource bugSource = mTestDevice.getBugreport()) { in testEnded() argument149 mListener.testLog(BUGREPORT_LOG_NAME, LogDataType.BUGREPORT, bugSource); in testEnded()151 bugSource.createInputStream()))); in testEnded()
131 try (InputStreamSource bugSource = mTestDevice.getBugreport()) { in fetchBugReportMetrics() argument132 listener.testLog(BUGREPORT_LOG_NAME, LogDataType.BUGREPORT, bugSource); in fetchBugReportMetrics()134 bugSource.createInputStream()))); in fetchBugReportMetrics()
547 try (InputStreamSource bugSource = device.getBugreport()) { in runPreModuleCheck() argument551 bugSource); in runPreModuleCheck()589 try (InputStreamSource bugSource = device.getBugreport()) { in runPostModuleCheck() argument593 bugSource); in runPostModuleCheck()