Searched refs:jsonFile (Results 1 – 4 of 4) sorted by relevance
87 File jsonFile = new File(dir, getClass().getSimpleName() + ".deviceinfo.json"); in testCollectDeviceInfo() local88 jsonFile.createNewFile(); in testCollectDeviceInfo()89 mResultFilePath = jsonFile.getAbsolutePath(); in testCollectDeviceInfo()90 DeviceInfoStore store = new DeviceInfoStore(jsonFile); in testCollectDeviceInfo()
32 public ReportLogDeviceInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogDeviceInfoStore() argument33 mJsonFile = jsonFile; in ReportLogDeviceInfoStore()
58 File jsonFile = new File(logDirectory, mReportLogName + ".reportlog.json"); in DeviceReportLog() local59 store = new ReportLogDeviceInfoStore(jsonFile, mStreamName); in DeviceReportLog()
333 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)