Searched refs:uConn (Results 1 – 2 of 2) sorted by relevance
57 public Object getContent(URLConnection uConn) throws IOException { in getContent() argument
791 URLConnection uConn = u.openConnection(); in test_openConnection() local792 assertNotNull("u.openConnection() returns null", uConn); in test_openConnection()