Home
last modified time | relevance | path

Searched refs:jsonReader (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java47 BufferedReader jsonReader = new BufferedReader(new FileReader(mJsonFile)); in open() local
49 String nextLine = jsonReader.readLine(); in open()
51 nextLine = jsonReader.readLine(); in open()
59 jsonReader.close(); in open()
86 BufferedReader jsonReader = new BufferedReader(new FileReader(tempJsonFile)); in close() argument
90 while ((line = jsonReader.readLine()) != null) { in close()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java47 BufferedReader jsonReader = new BufferedReader(new FileReader(mJsonFile)); in open() local
49 String nextLine = jsonReader.readLine(); in open()
51 nextLine = jsonReader.readLine(); in open()
59 jsonReader.close(); in open()
86 BufferedReader jsonReader = new BufferedReader(new FileReader(tempJsonFile)); in close() argument
90 while ((line = jsonReader.readLine()) != null) { in close()
/cts/libs/vogar-expect/src/vogar/expect/
DExpectationStore.java173 try (JsonReader jsonReader = new JsonReader(reader)) { in parse() argument
174 jsonReader.setLenient(true); in parse()
175 jsonReader.beginArray(); in parse()
176 while (jsonReader.hasNext()) { in parse()
177 readExpectation(jsonReader, mode); in parse()
180 jsonReader.endArray(); in parse()
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DDeviceReportTest.java129 BufferedReader jsonReader = new BufferedReader(new FileReader(jsonFile1)); in testFile() local
132 while ((line = jsonReader.readLine()) != null) { in testFile()
142 jsonReader = new BufferedReader(new FileReader(jsonFile2)); in testFile()
144 while ((line = jsonReader.readLine()) != null) { in testFile()
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
DDeviceReportTest.java129 BufferedReader jsonReader = new BufferedReader(new FileReader(jsonFile1)); in testFile() local
132 while ((line = jsonReader.readLine()) != null) { in testFile()
142 jsonReader = new BufferedReader(new FileReader(jsonFile2)); in testFile()
144 while ((line = jsonReader.readLine()) != null) { in testFile()