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()
217 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testWearEstimateJson() local230 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(temporaryFile.getFile()))) { in testWearEstimateRecordJson()269 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(temporaryFile.getFile()))) { in testWearHistoryJson()474 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(temporaryFile.getFile()))) { in testUidIoStatEntryJson()688 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(temporaryFile.getFile()))) { in testUidIoStatsDeltaJson()774 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(temporaryFile.getFile()))) { in testLifetimeWriteInfoJson()
79 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testObd2LiveFrameGeneration() local
98 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testObd2FreezeFrameGeneration() local
125 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()277 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
87 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
129 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
339 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(wearHistoryFile))) { in configureFakeSystemInterface()347 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(uptimeFile))) { in configureFakeSystemInterface()357 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(previousLifetimeFile))) { in configureFakeSystemInterface()
552 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testDiagnosticJson() local
461 try (JsonWriter jsonWriter = getJsonWriter(fileName)) { in backupAll()474 JsonWriter jsonWriter) throws IOException { in putMmsMessagesToJson()487 BackupChunkInformation putSmsMessagesToJson(Cursor cursor, JsonWriter jsonWriter) in putSmsMessagesToJson()
60 void writeToJson(@NonNull JsonWriter jsonWriter) throws IOException { in writeToJson()
218 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(mWearInfoFile))) { in storeWearHistory()479 JsonWriter jsonWriter = new JsonWriter(new FileWriter(mLifetimeWriteFile)); in logLifetimeWrites() local
319 try (JsonWriter jsonWriter = new JsonWriter(new OutputStreamWriter(fos, "UTF-8"))) { in storeLocation()
527 try (JsonWriter jsonWriter = new JsonWriter( in persistConfig()540 void writeJson(JsonWriter jsonWriter, List<CarUxRestrictionsConfiguration> configs) in writeJson()
126 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()