Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReportLog.java51 protected String mReportLogName; field in ReportLog
166 mReportLogName = DEFAULT_NAME; in ReportLog()
170 mReportLogName = reportLogName; in ReportLog()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DMetricsReportLog.java72 File jsonFile = new File(dir, mReportLogName + ".reportlog.json"); in MetricsReportLog()