Home
last modified time | relevance | path

Searched defs:store (Results 1 – 3 of 3) 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.java39 private ReportLogHostInfoStore store; field in MetricsReportLog
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DIncrementalDeqpPreparer.java175 try (HostInfoStore store = new HostInfoStore(jsonFile)) { in runIncrementalDeqp()