Home
last modified time | relevance | path

Searched defs:toJson (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java42 public abstract String toJson(); in toJson() method in GestureRecorder.Gesture.Record
64 public String toJson() { in toJson() method in GestureRecorder.Gesture.MotionEventRecord
84 public String toJson() { in toJson() method in GestureRecorder.Gesture.TagRecord
120 public String toJson() { in toJson() method in GestureRecorder.Gesture
214 public String toJson() { in toJson() method in GestureRecorder
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DAbstractAsset.java54 public abstract String toJson(); in toJson() method in AbstractAsset
H A DWebAsset.java75 public String toJson() { in toJson() method in WebAsset
H A DAndroidAppAsset.java68 public String toJson() { in toJson() method in AndroidAppAsset
/aosp14/frameworks/base/tools/split-select/
H A DRule.cpp42 String8 Rule::toJson(int indent) const { in toJson() function in split::Rule
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollbackStore.java393 private static JSONObject toJson(VersionedPackage pkg) throws JSONException { in toJson() method in RollbackStore
406 private static JSONObject toJson(PackageRollbackInfo info) throws JSONException { in toJson() method in RollbackStore
473 private static JSONArray toJson(List<PackageRollbackInfo> infos) throws JSONException { in toJson() method in RollbackStore
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannelGroup.java282 public JSONObject toJson() throws JSONException { in toJson() method in NotificationChannelGroup
H A DNotificationChannel.java1212 public JSONObject toJson() throws JSONException { in toJson() method in NotificationChannel