Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DGestureRecorder.java43 public abstract String toJson(); in toJson() method in GestureRecorder.Gesture.Record
65 public String toJson() { in toJson() method in GestureRecorder.Gesture.MotionEventRecord
85 public String toJson() { in toJson() method in GestureRecorder.Gesture.TagRecord
121 public String toJson() { in toJson() method in GestureRecorder.Gesture
215 public String toJson() { in toJson() method in GestureRecorder
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DAbstractAsset.java54 public abstract String toJson(); in toJson() method in AbstractAsset
DWebAsset.java75 public String toJson() { in toJson() method in WebAsset
DAndroidAppAsset.java68 public String toJson() { in toJson() method in AndroidAppAsset
/frameworks/base/tools/split-select/
DRule.cpp42 String8 Rule::toJson(int indent) const { in toJson() function in split::Rule
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackStore.java392 private static JSONObject toJson(VersionedPackage pkg) throws JSONException { in toJson() method in RollbackStore
405 private static JSONObject toJson(PackageRollbackInfo info) throws JSONException { in toJson() method in RollbackStore
472 private static JSONArray toJson(List<PackageRollbackInfo> infos) throws JSONException { in toJson() method in RollbackStore
/frameworks/base/core/java/android/app/
DNotificationChannelGroup.java260 public JSONObject toJson() throws JSONException { in toJson() method in NotificationChannelGroup
DNotificationChannel.java1140 public JSONObject toJson() throws JSONException { in toJson() method in NotificationChannel