Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestEnvironment.java42 final Map<String, String> mJavaProperties = new HashMap<>(); field in TestEnvironment
185 mJavaProperties.put(name, value); in addJavaProperty()
194 return Collections.unmodifiableMap(mJavaProperties); in getJavaProperties()
302 obj.mJavaProperties.putAll(loadKeyValuePairs(javaProperties)); in fromJson()
DClusterCommandLauncher.java101 private Map<String, String> mJavaProperties = new LinkedHashMap<>(); field in ClusterCommandLauncher
365 for (final Entry<String, String> entry : mJavaProperties.entrySet()) { in buildJavaCommandArgs()
485 return mJavaProperties; in getJavaProperties()