Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java823 JSONArray deviceArray = new JSONArray(); in updateVtsRunnerTestConfig() local
861 deviceArray.put(deviceJson); in updateVtsRunnerTestConfig()
870 testBedItemObject.put(ANDROIDDEVICE, deviceArray); in updateVtsRunnerTestConfig()
876 length = (androidDeviceArray.length() > deviceArray.length()) in updateVtsRunnerTestConfig()
878 : deviceArray.length(); in updateVtsRunnerTestConfig()
881 if (index < deviceArray.length()) { in updateVtsRunnerTestConfig()
883 (JSONObject) deviceArray.get(index)); in updateVtsRunnerTestConfig()
885 } else if (index < deviceArray.length()) { in updateVtsRunnerTestConfig()
886 androidDeviceArray.put(index, deviceArray.get(index)); in updateVtsRunnerTestConfig()