Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java63 private String mReportRunName = null; field in GoogleBenchmarkTest
106 mReportRunName = reportRunName; in setReportRunName()
153 String runName = (mReportRunName == null ? rootEntry : mReportRunName); in doRunAllTestsInSubdirectory()
DNativeBenchmarkTest.java67 private String mReportRunName = null; field in NativeBenchmarkTest
182 String runName = (mReportRunName == null ? rootEntry.getName() : mReportRunName); in doRunAllTestsInSubdirectory()