Home
last modified time | relevance | path

Searched refs:mStreamName (Results 1 – 3 of 3) sorted by relevance

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DReportLogHostInfoStore.java30 private final String mStreamName; field in ReportLogHostInfoStore
35 mStreamName = streamName; in ReportLogHostInfoStore()
45 tempJsonFile = File.createTempFile(mStreamName, "-temp-report-log"); in open()
65 formatWriter.write("\"" + mStreamName + "\":", 0, mStreamName.length() + 3); in open()
DMetricsReportLog.java73 store = new ReportLogHostInfoStore(jsonFile, mStreamName); in MetricsReportLog()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReportLog.java52 protected String mStreamName; field in ReportLog
171 mStreamName = streamName; in ReportLog()