Home
last modified time | relevance | path

Searched defs:jsonWriter (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/services/Car/obd2-lib/src/com/android/car/obd2/
H A DObd2LiveFrameGenerator.java71 public JsonWriter generate(JsonWriter jsonWriter) throws IOException { in generate()
75 public JsonWriter generate(JsonWriter jsonWriter, long timestamp) throws IOException { in generate()
H A DObd2FreezeFrameGenerator.java66 public JsonWriter generate(JsonWriter jsonWriter) throws IOException, InterruptedException { in generate()
119 public JsonWriter generate(JsonWriter jsonWriter, long timestamp) in generate()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
H A DCarStorageMonitoringTest.java217 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testWearEstimateJson() local
230 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()
/aosp12/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
H A DObd2LiveFrameGeneratorTest.java79 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testObd2LiveFrameGeneration() local
H A DObd2FreezeFrameGeneratorTest.java98 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testObd2FreezeFrameGeneration() local
/aosp12/packages/services/Car/car-lib/src/android/car/storagemonitoring/
H A DIoStatsEntry.java125 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
277 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
H A DLifetimeWriteInfo.java87 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
H A DWearEstimate.java129 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
H A DIoStats.java87 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarStorageMonitoringTest.java339 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()
H A DCarDiagnosticManagerTest.java552 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testDiagnosticJson() local
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarStorageMonitoringService.java218 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(mWearInfoFile))) { in storeWearHistory()
479 JsonWriter jsonWriter = new JsonWriter(new FileWriter(mLifetimeWriteFile)); in logLifetimeWrites() local
H A DCarLocationService.java319 try (JsonWriter jsonWriter = new JsonWriter(new OutputStreamWriter(fos, "UTF-8"))) { in storeLocation()
H A DCarUxRestrictionsManagerService.java527 try (JsonWriter jsonWriter = new JsonWriter( in persistConfig()
540 void writeJson(JsonWriter jsonWriter, List<CarUxRestrictionsConfiguration> configs) in writeJson()
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyBackupAgent.java461 try (JsonWriter jsonWriter = getJsonWriter(fileName)) { in backupAll()
474 JsonWriter jsonWriter) throws IOException { in putMmsMessagesToJson()
487 BackupChunkInformation putSmsMessagesToJson(Cursor cursor, JsonWriter jsonWriter) in putSmsMessagesToJson()
/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/
H A DWearEstimateRecord.java60 void writeToJson(@NonNull JsonWriter jsonWriter) throws IOException { in writeToJson()
/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DCarDiagnosticEvent.java126 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java1015 try (JsonWriter jsonWriter = in writeMetadataFile()