Searched refs:installsArray (Results 1 – 1 of 1) sorted by relevance
1351 JSONArray installsArray = input.getJSONArray(TestFormatJsonMapping.INSTALLS_KEY); in createInstallActions() local1352 for (int j = 0; j < installsArray.length(); j++) { in createInstallActions()1353 InstallApp installApp = new InstallApp(installsArray.getJSONObject(j)); in createInstallActions()