Searched refs:HANDLER_PKGS (Results 1 – 2 of 2) sorted by relevance
1140 final String HANDLER_PKGS = "java.protocol.handler.pkgs"; in test_java_protocol_handler_pkgs_prop() local1141 String pkgs = System.getProperty(HANDLER_PKGS); in test_java_protocol_handler_pkgs_prop()1142 System.setProperty(HANDLER_PKGS, in test_java_protocol_handler_pkgs_prop()1149 System.clearProperty(HANDLER_PKGS); in test_java_protocol_handler_pkgs_prop()1151 System.setProperty(HANDLER_PKGS, pkgs); in test_java_protocol_handler_pkgs_prop()
86 final String HANDLER_PKGS = "java.protocol.handler.pkgs"; in test_java_protocol_handler_pkgs_prop() local87 System.setProperty(HANDLER_PKGS, "fake|org.apache.harmony.luni.tests.java.net"); in test_java_protocol_handler_pkgs_prop()