HomeSort by relevance Sort by last modified time
    Searched refs:getURLStreamHandler (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/java/net/
URL.java 428 (handler = getURLStreamHandler(protocol)) == null) {
607 (handler = getURLStreamHandler(protocol)) == null) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLTest.java 454 Method getURLStreamHandler = URL.class.getDeclaredMethod(
455 "getURLStreamHandler", String.class);
456 getURLStreamHandler.setAccessible(true);
462 (URLStreamHandler) getURLStreamHandler.invoke(null, protocol);
    [all...]

Completed in 232 milliseconds