Home
last modified time | relevance | path

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

/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
88 jsonFile.createNewFile(); in testCollectDeviceInfo()
89 mResultFilePath = jsonFile.getAbsolutePath(); in testCollectDeviceInfo()
90 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.java58 File jsonFile = new File(logDirectory, mReportLogName + ".reportlog.json"); in DeviceReportLog() local
59 store = new ReportLogDeviceInfoStore(jsonFile, mStreamName); in DeviceReportLog()
/cts/tools/cts-media/
Dget_achievable_rates.py333 jsonFile = zip.open(resultInfo)
334 jsonData = json.load(jsonFile, encoding='utf-8')
339 jsonFile = zip.open(info)
341 jsonData = json.load(jsonFile, encoding='utf-8', object_pairs_hook=lambda items: items)