Searched defs:includeSuperClass (Results 1 - 3 of 3) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONArray.java178 public JSONArray(Collection collection, boolean includeSuperClass) { argument
185 this.myArrayList.add(new JSONObject((Map)o, includeSuperClass));
187 this.myArrayList.add(new JSONObject(o, includeSuperClass));
218 public JSONArray(Object array,boolean includeSuperClass) throws JSONException { argument
227 this.myArrayList.add(new JSONObject(o,includeSuperClass));
H A DJSONObject.java246 * @param includeSuperClass - Tell whether to include the super class properties.
248 public JSONObject(Map map, boolean includeSuperClass) { argument
258 includeSuperClass));
304 * @param includeSuperClass If true, include the super class properties.
306 public JSONObject(Object bean, boolean includeSuperClass) { argument
308 populateInternalMap(bean, includeSuperClass);
311 private void populateInternalMap(Object bean, boolean includeSuperClass){ argument
314 /* If klass.getSuperClass is System class then force includeSuperClass to false. */
317 includeSuperClass = false;
320 Method[] methods = (includeSuperClass)
[all...]
/external/robolectric/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...

Completed in 108 milliseconds