Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DContentHandler.java41 public abstract Object getContent(URLConnection uConn) throws IOException; in getContent() argument
57 public Object getContent(URLConnection uConn, Class[] types) in getContent() argument
59 Object content = getContent(uConn); in getContent()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DContentHandlerTest.java57 public Object getContent(URLConnection uConn) throws IOException { in getContent() argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DURLTest.java791 URLConnection uConn = u.openConnection(); in test_openConnection() local
792 assertNotNull("u.openConnection() returns null", uConn); in test_openConnection()