Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DReportLogHostInfoStore.java28 public class ReportLogHostInfoStore extends HostInfoStore { class
33 public ReportLogHostInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogHostInfoStore() method in ReportLogHostInfoStore
DMetricsReportLog.java36 private ReportLogHostInfoStore store;
73 store = new ReportLogHostInfoStore(jsonFile, mStreamName); in MetricsReportLog()