Home
last modified time | relevance | path

Searched refs:mJsonFile (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java33 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()
DDeviceInfoStore.java30 protected File mJsonFile; field in DeviceInfoStore
34 mJsonFile = null; in DeviceInfoStore()
38 mJsonFile = file; in DeviceInfoStore()
46 FileOutputStream out = new FileOutputStream(mJsonFile); in open()