Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java27 public class ReportLogDeviceInfoStore extends DeviceInfoStore { class
32 public ReportLogDeviceInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogDeviceInfoStore() method in ReportLogDeviceInfoStore
DDeviceReportLog.java40 private ReportLogDeviceInfoStore store;
59 store = new ReportLogDeviceInfoStore(jsonFile, mStreamName); in DeviceReportLog()