Home
last modified time | relevance | path

Searched defs:jsonFile (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java32 public ReportLogDeviceInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogDeviceInfoStore()
DDeviceReportLog.java58 File jsonFile = new File(logDirectory, mReportLogName + ".reportlog.json"); in DeviceReportLog() local
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DDeviceInfo.java87 File jsonFile = new File(dir, getClass().getSimpleName() + ".deviceinfo.json"); in testCollectDeviceInfo() local