Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bea6525a authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 9c8685b7: am f094eefc: am c5de9c35: Merge "Track libcore API update."

* commit '9c8685b7':
  Track libcore API update.
parents 86b4bfbd 9c8685b7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49974,6 +49974,7 @@ package org.json {
    ctor public JSONArray(java.util.Collection);
    ctor public JSONArray(org.json.JSONTokener) throws org.json.JSONException;
    ctor public JSONArray(java.lang.String) throws org.json.JSONException;
    ctor public JSONArray(java.lang.Object) throws org.json.JSONException;
    method public java.lang.Object get(int) throws org.json.JSONException;
    method public boolean getBoolean(int) throws org.json.JSONException;
    method public double getDouble(int) throws org.json.JSONException;
@@ -50061,6 +50062,7 @@ package org.json {
    method public java.lang.Object remove(java.lang.String);
    method public org.json.JSONArray toJSONArray(org.json.JSONArray) throws org.json.JSONException;
    method public java.lang.String toString(int) throws org.json.JSONException;
    method public static java.lang.Object wrap(java.lang.Object);
    field public static final java.lang.Object NULL;
  }