Searched refs:mJavaProperties (Results 1 – 2 of 2) sorted by relevance
39 final Map<String, String> mJavaProperties = new HashMap<>(); field in TestEnvironment166 mJavaProperties.put(name, value); in addJavaProperty()175 return Collections.unmodifiableMap(mJavaProperties); in getJavaProperties()
91 private Map<String, String> mJavaProperties = new LinkedHashMap<>(); field in ClusterCommandLauncher295 for (final Entry<String, String> entry : mJavaProperties.entrySet()) { in buildJavaCommandArgs()383 return mJavaProperties; in getJavaProperties()