Home
last modified time | relevance | path

Searched defs:getURL (Results 1 – 6 of 6) sorted by relevance

/libcore/support/src/test/java/tests/support/resource/
DSupport_Resources.java45 public static String getURL(String name) { in getURL() method in Support_Resources
/libcore/luni/src/main/java/java/net/
DURLConnection.java664 public URL getURL() { in getURL() method in URLConnection
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java764 public URL getURL(int parameterIndex) throws SQLException; in getURL() method
779 public URL getURL(String parameterName) throws SQLException; in getURL() method
DResultSet.java1089 public URL getURL(int columnIndex) throws SQLException; in getURL() method
1101 public URL getURL(String columnName) throws SQLException; in getURL() method
DDatabaseMetaData.java2045 public String getURL() throws SQLException; in getURL() method
/libcore/luni/src/main/java/libcore/net/http/
DHttpsURLConnectionImpl.java295 public URL getURL() { in getURL() method in HttpsURLConnectionImpl