Searched defs:setURL (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/net/
H A DURLStreamHandler.java234 setURL(u, u.getProtocol(), host, port, authority, userInfo, file,
254 * @deprecated use setURL(URL, String String, int, String, String, String,
258 protected void setURL(URL u, String protocol, String host, int port, method in class:URLStreamHandler
289 protected void setURL(URL u, String protocol, String host, int port, method in class:URLStreamHandler
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DURLStreamHandlerTest.java192 method = "setURL",
201 handler.setURL(url, "http", "localhost", 80, "foo.c", "ref");
212 method = "setURL",
222 handler.setURL(url, "http", "localhost", 80, "authority",
302 public void setURL(URL u, method in class:URLStreamHandlerTest.MockURLStreamHandler
308 super.setURL(u, protocol, host, port, file, ref);
311 public void setURL(URL u, method in class:URLStreamHandlerTest.MockURLStreamHandler
320 super.setURL(u, protocol, host, port, authority,
/dalvik/libcore/sql/src/main/java/java/sql/
H A DPreparedStatement.java689 public void setURL(int parameterIndex, URL theURL) throws SQLException; method in interface:PreparedStatement
H A DCallableStatement.java1372 public void setURL(String parameterName, URL theURL) throws SQLException; method in interface:CallableStatement

Completed in 425 milliseconds