Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/filter/
DCommandOptionsGetter.java81 List<Object> optionObjects = Arrays.asList(commandOptions, retryOptions, sandboxOptions); in execute() local
84 for (Object o : optionObjects) { in execute()
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java174 JSONArray optionObjects = testObject.getJSONArray(KEY_OPTIONS); in getTestCollection() local
175 for (int j = 0; j < optionObjects.length(); j++) { in getTestCollection()
176 JSONObject optionObject = optionObjects.getJSONObject(j); in getTestCollection()