Searched refs:mJsonFile (Results 1 – 3 of 3) sorted by relevance
33 mJsonFile = jsonFile; in ReportLogDeviceInfoStore()46 if (mJsonFile.exists()) { in open()47 BufferedReader jsonReader = new BufferedReader(new FileReader(mJsonFile)); in open()84 mJsonFile.createNewFile(); in close()87 BufferedWriter metricsWriter = new BufferedWriter(new FileWriter(mJsonFile)) in close()
30 protected File mJsonFile; field in DeviceInfoStore34 mJsonFile = null; in DeviceInfoStore()38 mJsonFile = file; in DeviceInfoStore()46 FileOutputStream out = new FileOutputStream(mJsonFile); in open()
43 private File mJsonFile; field in CtsVerifierReportLog72 mJsonFile = new File(logDirectory, mReportLogName + ".reportlog.json"); in CtsVerifierReportLog()80 return mJsonFile != null; in isOpen()93 Log.d(TAG, "Submit JSON file at " + mJsonFile.getAbsolutePath()); in submit()94 Path path = mJsonFile.toPath(); in submit()97 if (mJsonFile.exists()) { in submit()