Searched refs:nonpersistentProps (Results 1 – 1 of 1) sorted by relevance
932 Map<String, String> nonpersistentProps = new HashMap<String, String>(); in changeSystemProps() local946 nonpersistentProps.put(prop.getKey(), prop.getValue()); in changeSystemProps()959 && !nonpersistentProps.isEmpty()) { in changeSystemProps()961 for (Map.Entry<String, String> prop : nonpersistentProps.entrySet()) { in changeSystemProps()976 if (!nonpersistentProps.isEmpty() && shouldSetProps) { in changeSystemProps()978 for (Map.Entry<String, String> prop : nonpersistentProps.entrySet()) { in changeSystemProps()