HomeSort by relevance Sort by last modified time
    Searched refs:writeToJson (Results 1 - 13 of 13) sorted by null

  /packages/services/Car/service/src/com/android/car/storagemonitoring/
WearEstimateRecord.java 60 void writeToJson(@NonNull JsonWriter jsonWriter) throws IOException {
62 jsonWriter.name("oldWearEstimate"); mOldWearEstimate.writeToJson(jsonWriter);
63 jsonWriter.name("newWearEstimate"); mNewWearEstimate.writeToJson(jsonWriter);
WearHistory.java 69 public void writeToJson(@NonNull JsonWriter out) throws IOException {
73 wearRecord.writeToJson(out);
  /packages/services/Car/car-lib/src/android/car/storagemonitoring/
IoStatsEntry.java 119 public void writeToJson(JsonWriter jsonWriter) throws IOException {
123 jsonWriter.name("foreground"); foreground.writeToJson(jsonWriter);
124 jsonWriter.name("background"); background.writeToJson(jsonWriter);
266 public void writeToJson(JsonWriter jsonWriter) throws IOException {
IoStats.java 79 public void writeToJson(JsonWriter jsonWriter) throws IOException {
84 stat.writeToJson(jsonWriter);
LifetimeWriteInfo.java 79 public void writeToJson(JsonWriter jsonWriter) throws IOException {
WearEstimate.java 122 public void writeToJson(JsonWriter jsonWriter) throws IOException {
  /packages/services/Car/tests/CarDiagnosticVerifier/src/com/google/android/car/diagnosticverifier/
DiagnosticVerifier.java 89 public void writeToJson(JsonWriter jsonWriter) throws IOException {
231 event.writeToJson(writer);
MainActivity.java 255 result.writeToJson(writer);
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
CarStorageMonitoringTest.java 158 originalWearEstimate.writeToJson(jsonWriter);
170 originalWearEstimateRecord.writeToJson(jsonWriter);
206 originalWearHistory.writeToJson(jsonWriter);
398 statEntry.writeToJson(jsonWriter);
605 statsDelta.writeToJson(jsonWriter);
686 lifetimeWriteInfo.writeToJson(jsonWriter);
  /packages/services/Car/service/src/com/android/car/
CarStorageMonitoringService.java 193 wearHistory.writeToJson(jsonWriter);
456 writeInfo.writeToJson(jsonWriter);
  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarStorageMonitoringTest.java 383 wearHistory.writeToJson(jsonWriter);
404 writeInfo.writeToJson(jsonWriter);
    [all...]
CarDiagnosticManagerTest.java 542 liveFrame.writeToJson(jsonWriter);
    [all...]
  /packages/services/Car/car-lib/src/android/car/diagnostic/
CarDiagnosticEvent.java 125 public void writeToJson(JsonWriter jsonWriter) throws IOException {
    [all...]

Completed in 412 milliseconds