Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DNativeBenchmarkTest.java66 private String mReportRunName = null; field in NativeBenchmarkTest
183 String runName = (mReportRunName == null ? rootEntry.getName() : mReportRunName); in doRunAllTestsInSubdirectory()
DGoogleBenchmarkTest.java86 private String mReportRunName = null; field in GoogleBenchmarkTest
148 mReportRunName = reportRunName; in setReportRunName()
195 String runName = (mReportRunName == null ? rootEntry : mReportRunName); in doRunAllTestsInSubdirectory()