Searched refs:writeToJson (Results 1 – 12 of 12) sorted by relevance
124 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson() method in IoStatsEntry128 jsonWriter.name("foreground"); foreground.writeToJson(jsonWriter); in writeToJson()129 jsonWriter.name("background"); background.writeToJson(jsonWriter); in writeToJson()277 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson() method in IoStatsEntry.Metrics
87 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson() method in IoStats92 stat.writeToJson(jsonWriter); in writeToJson()
87 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson() method in LifetimeWriteInfo
130 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson() method in WearEstimate
60 void writeToJson(@NonNull JsonWriter jsonWriter) throws IOException { in writeToJson() method in WearEstimateRecord62 jsonWriter.name("oldWearEstimate"); mOldWearEstimate.writeToJson(jsonWriter); in writeToJson()63 jsonWriter.name("newWearEstimate"); mNewWearEstimate.writeToJson(jsonWriter); in writeToJson()
69 public void writeToJson(@NonNull JsonWriter out) throws IOException { in writeToJson() method in WearHistory73 wearRecord.writeToJson(out); in writeToJson()
203 originalWearEstimate.writeToJson(jsonWriter); in testWearEstimateJson()215 originalWearEstimateRecord.writeToJson(jsonWriter); in testWearEstimateRecordJson()251 originalWearHistory.writeToJson(jsonWriter); in testWearHistoryJson()443 statEntry.writeToJson(jsonWriter); in testUidIoStatEntryJson()650 statsDelta.writeToJson(jsonWriter); in testUidIoStatsDeltaJson()731 lifetimeWriteInfo.writeToJson(jsonWriter); in testLifetimeWriteInfoJson()
193 wearHistory.writeToJson(jsonWriter); in storeWearHistory()456 writeInfo.writeToJson(jsonWriter); in logLifetimeWrites()
335 wearHistory.writeToJson(jsonWriter); in configureFakeSystemInterface()356 writeInfo.writeToJson(jsonWriter); in configureFakeSystemInterface()
544 liveFrame.writeToJson(jsonWriter); in testDiagnosticJson()
126 public void writeToJson(JsonWriter jsonWriter) throws IOException { in writeToJson() method in CarDiagnosticEvent
299 method public void writeToJson(android.util.JsonWriter) throws java.io.IOException;