Searched defs:jsonWriter (Results 1 – 17 of 17) sorted by relevance
71 public JsonWriter generate(JsonWriter jsonWriter) throws IOException { in generate()75 public JsonWriter generate(JsonWriter jsonWriter, long timestamp) throws IOException { in generate()
66 public JsonWriter generate(JsonWriter jsonWriter) throws IOException, InterruptedException { in generate()119 public JsonWriter generate(JsonWriter jsonWriter, long timestamp) in generate()
79 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testObd2LiveFrameGeneration() local
98 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testObd2FreezeFrameGeneration() local
202 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testWearEstimateJson() local214 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(temporaryFile.getFile()))) { in testWearEstimateRecordJson()250 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(temporaryFile.getFile()))) { in testWearHistoryJson()442 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(temporaryFile.getFile()))) { in testUidIoStatEntryJson()649 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(temporaryFile.getFile()))) { in testUidIoStatsDeltaJson()730 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(temporaryFile.getFile()))) { in testLifetimeWriteInfoJson()
87 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
124 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()277 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
130 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
334 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(wearHistoryFile))) { in configureFakeSystemInterface()342 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(uptimeFile))) { in configureFakeSystemInterface()352 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(previousLifetimeFile))) { in configureFakeSystemInterface()
542 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testDiagnosticJson() local
447 try (JsonWriter jsonWriter = getJsonWriter(fileName)) { in backupAll()459 JsonWriter jsonWriter) throws IOException { in putMmsMessagesToJson()471 int putSmsMessagesToJson(Cursor cursor, JsonWriter jsonWriter) throws IOException { in putSmsMessagesToJson()
60 void writeToJson(@NonNull JsonWriter jsonWriter) throws IOException { in writeToJson()
192 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(mWearInfoFile))) { in storeWearHistory()451 JsonWriter jsonWriter = new JsonWriter(new FileWriter(mLifetimeWriteFile)); in logLifetimeWrites() local
295 try (JsonWriter jsonWriter = new JsonWriter(new OutputStreamWriter(fos, "UTF-8"))) { in storeLocation()
471 try (JsonWriter jsonWriter = new JsonWriter( in persistConfig()
126 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()