Home
last modified time | relevance | path

Searched refs:jsonFile (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DDeviceInfo.java79 File jsonFile = new File(dir, getClass().getSimpleName() + ".deviceinfo.json"); in testCollectDeviceInfo() local
80 jsonFile.createNewFile(); in testCollectDeviceInfo()
81 mResultFilePath = jsonFile.getAbsolutePath(); in testCollectDeviceInfo()
82 DeviceInfoStore store = new DeviceInfoStore(jsonFile); in testCollectDeviceInfo()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java32 public ReportLogDeviceInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogDeviceInfoStore() argument
33 mJsonFile = jsonFile; in ReportLogDeviceInfoStore()
DDeviceReportLog.java57 File jsonFile = new File(dir, mReportLogName + ".reportlog.json"); in DeviceReportLog() local
58 store = new ReportLogDeviceInfoStore(jsonFile, mStreamName); in DeviceReportLog()
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DReportLogHostInfoStore.java32 public ReportLogHostInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogHostInfoStore() argument
33 mJsonFile = jsonFile; in ReportLogHostInfoStore()
DMetricsReportLog.java55 File jsonFile = new File(dir, mReportLogName + ".reportlog.json"); in MetricsReportLog() local
56 store = new ReportLogHostInfoStore(jsonFile, mStreamName); in MetricsReportLog()