Home
last modified time | relevance | path

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

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