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.java85 public static JSONArray getOutputSpecs(JSONObject jsonObjTop) in getOutputSpecs() argument
88 if (jsonObjTop.has("outputSurfaces")) { in getOutputSpecs()
89 return jsonObjTop.getJSONArray("outputSurfaces"); in getOutputSpecs()
DItsSerializer.java714 CameraDevice device, JSONObject jsonObjTop, String requestKey) in deserializeRequestList() argument
718 JSONArray jsonReqs = jsonObjTop.getJSONArray(requestKey); in deserializeRequestList()