Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DProxySelectorTest.java48 System.clearProperty("ftp.proxyHost"); in tearDown()
49 System.clearProperty("ftp.proxyPort"); in tearDown()
50 System.clearProperty("ftp.nonProxyHosts"); in tearDown()
51 System.clearProperty("http.proxyHost"); in tearDown()
52 System.clearProperty("http.proxyPort"); in tearDown()
53 System.clearProperty("http.nonProxyHosts"); in tearDown()
54 System.clearProperty("https.proxyHost"); in tearDown()
55 System.clearProperty("https.proxyPort"); in tearDown()
56 System.clearProperty("https.nonProxyHosts"); in tearDown()
57 System.clearProperty("other.proxyHost"); in tearDown()
[all …]
DURLStreamHandlerFactoryTest.java84 System.clearProperty("java.protocol.handler.pkgs"); in testInstallCustomProtocolHandler()
103 System.clearProperty("java.protocol.handler.pkgs"); in testFirstUseIsCached()
DURLConnectionTest.java114 System.clearProperty("proxyHost"); in tearDown()
115 System.clearProperty("proxyPort"); in tearDown()
116 System.clearProperty("http.proxyHost"); in tearDown()
117 System.clearProperty("http.proxyPort"); in tearDown()
118 System.clearProperty("https.proxyHost"); in tearDown()
119 System.clearProperty("https.proxyPort"); in tearDown()
/libcore/luni/src/test/java/libcore/java/lang/
DOldSystemTest.java240 System.clearProperty("test"); in test_clearProperty()
244 System.clearProperty(null); in test_clearProperty()
251 System.clearProperty(""); in test_clearProperty()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DParserFactoryTest.java33 System.clearProperty("org.xml.sax.parser"); in testMakeParser()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DDocumentBuilderFactoryTest.java299 System.clearProperty("javax.xml.parsers.DocumentBuilderFactory"); in test_newInstance()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java1249 public static String clearProperty(String key) { in clearProperty() method in System
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DURLTest.java1149 System.clearProperty(HANDLER_PKGS); in test_java_protocol_handler_pkgs_prop()