Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/util/
DReportLogUtil.java70 public static void collectReportLogs(ITestDevice device, IBuildInfo buildInfo) { in collectReportLogs() method in ReportLogUtil
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsTest.java627 collectReportLogs(getDevice(), mBuildInfo); in run()
1116 void collectReportLogs(ITestDevice device, IBuildInfo buildInfo) { in collectReportLogs() method in CtsTest
1117 ReportLogUtil.collectReportLogs(device, buildInfo); in collectReportLogs()