Home
last modified time | relevance | path

Searched refs:isStandardProperty (Results 1 – 2 of 2) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DJSONArray.java186 } else if (!JSONObject.isStandardProperty(o.getClass())) { in JSONArray()
224 if (JSONObject.isStandardProperty(o.getClass())) { in JSONArray()
DJSONObject.java254 if (isStandardProperty(e.getValue().getClass())) { in JSONObject()
352 … } else if (isStandardProperty(result.getClass())) { // Primitives, String and Wrapper in populateInternalMap()
371 static boolean isStandardProperty(Class clazz) { in isStandardProperty() method in JSONObject