Home
last modified time | relevance | path

Searched defs:setURL (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/net/
DURLStreamHandler.java229 protected void setURL(URL u, String protocol, String host, int port, in setURL() method in URLStreamHandler
241 protected void setURL(URL u, String protocol, String host, int port, in setURL() method in URLStreamHandler
/libcore/luni/src/test/java/libcore/java/net/
DOldURLStreamHandlerTest.java212 @Override public void setURL(URL u, in setURL() method in OldURLStreamHandlerTest.MockURLStreamHandler
221 @Override public void setURL(URL u, in setURL() method in OldURLStreamHandlerTest.MockURLStreamHandler
/libcore/luni/src/main/java/java/sql/
DPreparedStatement.java691 public void setURL(int parameterIndex, URL theURL) throws SQLException; in setURL() method
DCallableStatement.java1373 public void setURL(String parameterName, URL theURL) throws SQLException; in setURL() method
/libcore/luni/src/main/java/javax/sql/
DRowSet.java1805 public void setURL(int parameterIndex, URL theURL) throws SQLException; in setURL() method