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