| /packages/services/Car/obd2-lib/src/com/android/car/obd2/ |
| D | Obd2LiveFrameGenerator.java | 76 public JsonWriter generate(JsonWriter jsonWriter) throws IOException { in generate() 80 public JsonWriter generate(JsonWriter jsonWriter, long timestamp) throws IOException { in generate()
|
| D | Obd2FreezeFrameGenerator.java | 71 public JsonWriter generate(JsonWriter jsonWriter) throws IOException, InterruptedException { in generate() 124 public JsonWriter generate(JsonWriter jsonWriter, long timestamp) in generate()
|
| D | Obd2FrameGeneratorUtils.java | 50 static void writeResultIdValue(JsonWriter jsonWriter, int pid, Number value) { in writeResultIdValue()
|
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
| D | DiagnosticJsonTest.java | 61 JsonWriter jsonWriter = new JsonWriter(stringWriter); in buildEmptyDiagnosticJson() local 84 JsonWriter jsonWriter = new JsonWriter(stringWriter); in buildFullDiagnosticJson() local
|
| D | DiagnosticJsonReaderTest.java | 76 JsonWriter jsonWriter = new JsonWriter(stringWriter); in buildEmptyFrameJsonReader() local
|
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/ |
| 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() 672 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(temporaryFile.getFile()))) { in testUidIoStatsDeltaJson() 758 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(temporaryFile.getFile()))) { in testLifetimeWriteInfoJson()
|
| /packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/ |
| D | Obd2LiveFrameGeneratorTest.java | 66 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testObd2LiveFrameGeneration() local
|
| D | Obd2FreezeFrameGeneratorTest.java | 85 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testObd2FreezeFrameGeneration() local
|
| /packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
| D | IoStatsEntry.java | 143 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson() 306 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
|
| D | LifetimeWriteInfo.java | 98 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
|
| D | WearEstimate.java | 145 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
|
| D | IoStats.java | 99 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
|
| /packages/services/Car/tests/carservice_test/src/com/android/car/ |
| D | CarStorageMonitoringTest.java | 336 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(wearHistoryFile))) { in configureFakeSystemInterface() 344 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(uptimeFile))) { in configureFakeSystemInterface() 354 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(previousLifetimeFile))) { in configureFakeSystemInterface()
|
| D | CarDiagnosticManagerTest.java | 725 JsonWriter jsonWriter = new JsonWriter(stringWriter); in testDiagnosticJson() local
|
| /packages/services/Car/service/src/com/android/car/ |
| D | CarStorageMonitoringService.java | 225 try (JsonWriter jsonWriter = new JsonWriter(new FileWriter(mWearInfoFile))) { in storeWearHistory() 489 JsonWriter jsonWriter = new JsonWriter(new FileWriter(mLifetimeWriteFile)); in logLifetimeWrites() local
|
| D | CarUxRestrictionsManagerService.java | 668 try (JsonWriter jsonWriter = new JsonWriter( in persistConfig() 681 void writeJson(JsonWriter jsonWriter, List<CarUxRestrictionsConfiguration> configs) in writeJson()
|
| D | CarLocationService.java | 442 try (JsonWriter jsonWriter = new JsonWriter(new OutputStreamWriter(fos, "UTF-8"))) { in storeLocation()
|
| /packages/services/Car/service/src/com/android/car/storagemonitoring/ |
| D | WearEstimateRecord.java | 64 void writeToJson(@NonNull JsonWriter jsonWriter) throws IOException { in writeToJson()
|
| /packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
| D | TelephonyBackupAgent.java | 548 try (JsonWriter jsonWriter = getJsonWriter(fileName)) { in backupAll() 563 JsonWriter jsonWriter) throws IOException { in putMmsMessagesToJson() 576 BackupChunkInformation putSmsMessagesToJson(Cursor cursor, JsonWriter jsonWriter) in putSmsMessagesToJson()
|
| /packages/services/Car/car-lib/src/android/car/diagnostic/ |
| D | CarDiagnosticEvent.java | 138 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson()
|
| /packages/services/Car/service/src/com/android/car/watchdog/ |
| D | WatchdogPerfHandler.java | 1162 try (JsonWriter jsonWriter = in writeMetadataFile()
|