Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsUtils.java95 public static JSONArray getOutputSpecs(JSONObject jsonObjTop) in getOutputSpecs() argument
98 if (jsonObjTop.has("outputSurfaces")) { in getOutputSpecs()
99 return jsonObjTop.getJSONArray("outputSurfaces"); in getOutputSpecs()
DItsSerializer.java762 CameraDevice device, JSONObject jsonObjTop, String requestKey) in deserializeRequestList() argument
766 JSONArray jsonReqs = jsonObjTop.getJSONArray(requestKey); in deserializeRequestList()