Searched defs:toJson (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/split-select/
H A DRule.cpp42 String8 Rule::toJson(int indent) const { function in class:split::Rule
126 str.append(subrules[i]->toJson(indent + 1));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java43 public abstract String toJson(); method in class:GestureRecorder.Gesture.Record
65 public String toJson() { method in class:GestureRecorder.Gesture.MotionEventRecord
85 public String toJson() { method in class:GestureRecorder.Gesture.TagRecord
121 public String toJson() { method in class:GestureRecorder.Gesture
128 sb.append(r.toJson());
207 sb.append(g.toJson());
215 public String toJson() { method in class:GestureRecorder

Completed in 377 milliseconds