/aosp12/packages/services/Car/obd2-lib/src/com/android/car/obd2/ |
H A D | Obd2LiveFrameGenerator.java | 71 public JsonWriter generate(JsonWriter jsonWriter) throws IOException { in generate() 75 public JsonWriter generate(JsonWriter jsonWriter, long timestamp) throws IOException { in generate()
|
H A D | Obd2FreezeFrameGenerator.java | 66 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 D | CarStorageMonitoringTest.java | 217 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 D | Obd2LiveFrameGeneratorTest.java | 79 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testObd2LiveFrameGeneration() local
|
H A D | Obd2FreezeFrameGeneratorTest.java | 98 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testObd2FreezeFrameGeneration() local
|
/aosp12/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
H A D | IoStatsEntry.java | 125 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson() 277 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
|
H A D | LifetimeWriteInfo.java | 87 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
|
H A D | WearEstimate.java | 129 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
|
H A D | IoStats.java | 87 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
|
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/ |
H A D | CarStorageMonitoringTest.java | 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()
|
H A D | CarDiagnosticManagerTest.java | 552 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testDiagnosticJson() local
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarStorageMonitoringService.java | 218 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(mWearInfoFile))) { in storeWearHistory() 479 JsonWriter jsonWriter = new JsonWriter(new FileWriter(mLifetimeWriteFile)); in logLifetimeWrites() local
|
H A D | CarLocationService.java | 319 try (JsonWriter jsonWriter = new JsonWriter(new OutputStreamWriter(fos, "UTF-8"))) { in storeLocation()
|
H A D | CarUxRestrictionsManagerService.java | 527 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 D | TelephonyBackupAgent.java | 461 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 D | WearEstimateRecord.java | 60 void writeToJson(@NonNull JsonWriter jsonWriter) throws IOException { in writeToJson()
|
/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/ |
H A D | CarDiagnosticEvent.java | 126 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
|
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/ |
H A D | WatchdogPerfHandler.java | 1015 try (JsonWriter jsonWriter = in writeMetadataFile()
|