Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DSystem.java85 private static final Properties unchangeableSystemProperties; field in System
108 unchangeableSystemProperties = initUnchangeableSystemProperties();
787 unchangeableSystemProperties.put(name, value); in initUnchangeableSystemProperty()
805 Properties p = new PropertiesWithNonOverrideableDefaults(unchangeableSystemProperties); in createSystemProperties()
1076 new PropertiesWithNonOverrideableDefaults(unchangeableSystemProperties); in setProperties()