Home
last modified time | relevance | path

Searched defs:includeSuperClass (Results 1 – 2 of 2) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DJSONObject.java248 public JSONObject(Map map, boolean includeSuperClass) { in JSONObject()
258 includeSuperClass)); in JSONObject() local
306 public JSONObject(Object bean, boolean includeSuperClass) { in JSONObject()
311 private void populateInternalMap(Object bean, boolean includeSuperClass){ in populateInternalMap()
DJSONArray.java178 public JSONArray(Collection collection, boolean includeSuperClass) { in JSONArray()
218 public JSONArray(Object array,boolean includeSuperClass) throws JSONException { in JSONArray()