Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestEnvironment.java233 final JSONArray javaProperties = json.optJSONArray("java_properties"); in fromJson() local
234 if (javaProperties != null) { in fromJson()
235 for (int i = 0; i < javaProperties.length(); i++) { in fromJson()
236 final JSONObject javaProperty = javaProperties.getJSONObject(i); in fromJson()