Home
last modified time | relevance | path

Searched defs:store (Results 1 – 2 of 2) sorted by relevance

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DDeviceInfo.java81 protected abstract void collectDeviceInfo(HostInfoStore store) throws Exception; in collectDeviceInfo()
88 try (HostInfoStore store = new HostInfoStore(jsonFile)) { in collectDeviceInfo()
DMetricsReportLog.java36 private ReportLogHostInfoStore store; field in MetricsReportLog