Searched defs:getURL (Results 1 - 11 of 11) sorted by relevance

/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/midi/
H A DAndroidSequence.java56 URL getURL() { method in class:AndroidSequence
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/
H A DAndroidAudioInputStream.java53 URL getURL() { method in class:AndroidAudioInputStream
/dalvik/libcore/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java43 public static String getURL(String name) { method in class:Support_Resources
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java277 public URL getURL() { method in class:HttpsURLConnectionImpl
278 return httpsEngine.getURL();
/dalvik/libcore/sql/src/main/java/java/sql/
H A DCallableStatement.java764 public URL getURL(int parameterIndex) throws SQLException; method in interface:CallableStatement
779 public URL getURL(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java1089 public URL getURL(int columnIndex) throws SQLException; method in interface:ResultSet
1101 public URL getURL(String columnName) throws SQLException; method in interface:ResultSet
H A DDatabaseMetaData.java1978 public String getURL() throws SQLException; method in interface:DatabaseMetaData
/dalvik/libcore/luni/src/main/java/java/net/
H A DURLConnection.java631 public URL getURL() { method in class:URLConnection
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
H A DJDBCResultSet.java870 public java.net.URL getURL(int colIndex) throws SQLException { method in class:JDBCResultSet
888 public java.net.URL getURL(String colIndex) throws SQLException { method in class:JDBCResultSet
890 return getURL(col);
H A DJDBCDatabaseMetaData.java22 public String getURL() throws SQLException { method in class:JDBCDatabaseMetaData
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java532 public URL getURL(int columnIndex) throws SQLException { method in class:Impl_RowSet
536 public URL getURL(String columnName) throws SQLException { method in class:Impl_RowSet

Completed in 903 milliseconds