Home
last modified time | relevance | path

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

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLogManagerTest.java61 static final String CONFIG_CLASS = "java.util.logging.config.class"; field in LogManagerTest
780 String oldPropertyValue = System.getProperty(CONFIG_CLASS); in testValidConfigClass()
782 System.setProperty(CONFIG_CLASS, this.getClass().getName() in testValidConfigClass()
795 systemProperties.setProperty(CONFIG_CLASS, oldPropertyValue); in testValidConfigClass()
797 systemProperties.remove(CONFIG_CLASS); in testValidConfigClass()