Searched refs:deviceArray (Results 1 – 1 of 1) sorted by relevance
823 JSONArray deviceArray = new JSONArray(); in updateVtsRunnerTestConfig() local861 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()