/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
H A D | WebAsset.java | 75 public String toJson() { in toJson() method in WebAsset 88 asset.append(toJson()); in toString() 98 return ((WebAsset) o).toJson().equals(toJson()); in equals() 103 return toJson().hashCode(); in hashCode() 108 return toJson().hashCode(); in lookupKey()
|
H A D | AndroidAppAsset.java | 68 public String toJson() { in toJson() method in AndroidAppAsset 83 asset.append(toJson()); in toString() 93 return ((AndroidAppAsset) o).toJson().equals(toJson()); in equals() 98 return toJson().hashCode(); in hashCode()
|
H A D | WebAssetMatcher.java | 34 return webAsset.toJson().equals(mQuery.toJson()); in matches()
|
H A D | AbstractAsset.java | 54 public abstract String toJson(); in toJson() method in AbstractAsset
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | GestureRecorder.java | 42 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 127 sb.append(r.toJson()); in toJson() 206 sb.append(g.toJson()); in toJsonLocked() 214 public String toJson() { in toJson() method in GestureRecorder
|
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/ |
H A D | RollbackStore.java | 191 json.put("packages", toJson(rollback.getPackages())); in rollbackInfoToJson() 393 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 408 json.put("versionRolledBackFrom", toJson(info.getVersionRolledBackFrom())); in toJson() 409 json.put("versionRolledBackTo", toJson(info.getVersionRolledBackTo())); in toJson() 459 json.put(toJson(pkg)); in versionedPackagesToJson() 473 private static JSONArray toJson(List<PackageRollbackInfo> infos) throws JSONException { in toJson() method in RollbackStore 476 json.put(toJson(info)); in toJson()
|
/aosp14/frameworks/base/tools/split-select/ |
H A D | TestRules.cpp | 77 const String8 expectedStr(expected.toJson()); in RulePredFormat() 78 const String8 actualStr(actual != NULL ? actual->toJson() : String8()); in RulePredFormat()
|
H A D | Rule.cpp | 42 String8 Rule::toJson(int indent) const { in toJson() function in split::Rule 126 str.append(subrules[i]->toJson(indent + 1)); in toJson()
|
H A D | Rule.h | 67 android::String8 toJson(int indent=0) const;
|
H A D | Rule_test.cpp | 71 std::string result(rule.toJson().string()); in TEST()
|
H A D | Main.cpp | 103 masterRule->toJson(2).string()); in generate()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationChannelGroup.java | 282 public JSONObject toJson() throws JSONException { in toJson() method in NotificationChannelGroup
|
H A D | NotificationChannel.java | 1212 public JSONObject toJson() throws JSONException { in toJson() method in NotificationChannel
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 2398 channels.put(channel.toJson()); in dumpJson() 2403 groups.put(group.toJson()); in dumpJson()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 991 method public org.json.JSONObject toJson() throws org.json.JSONException; 997 method public org.json.JSONObject toJson() throws org.json.JSONException;
|