Searched refs:HostInfoStore (Results 1 – 4 of 4) sorted by relevance
81 protected abstract void collectDeviceInfo(HostInfoStore store) throws Exception; in collectDeviceInfo()88 try (HostInfoStore store = new HostInfoStore(jsonFile)) { in collectDeviceInfo()
28 public class HostInfoStore extends InfoStore { class33 public HostInfoStore() { in HostInfoStore() method in HostInfoStore37 public HostInfoStore(File file) throws Exception { in HostInfoStore() method in HostInfoStore
28 public class ReportLogHostInfoStore extends HostInfoStore {
21 import com.android.compatibility.common.util.HostInfoStore;175 try (HostInfoStore store = new HostInfoStore(jsonFile)) { in runIncrementalDeqp()