Searched defs:acceptsURL (Results 1 – 5 of 5) sorted by relevance
| /dalvik/libcore/sql/src/main/java/java/sql/ | ||
| D | Driver.java | 52 public boolean acceptsURL(String url) throws SQLException; in acceptsURL() method |
| /dalvik/libcore/sql/src/main/java/SQLite/ | ||
| D | JDBCDriver.java | 62 public boolean acceptsURL(String url) throws SQLException { in acceptsURL() method in JDBCDriver |
| /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ | ||
| D | TestHelper_Driver1.java | 55 public boolean acceptsURL(String url) throws SQLException { in acceptsURL() method in TestHelper_Driver1 |
| D | TestHelper_Driver4.java | 53 public boolean acceptsURL(String url) throws SQLException { in acceptsURL() method in TestHelper_Driver4 |
| D | DriverManagerTest.java | 726 public boolean acceptsURL(String url) { in acceptsURL() method in DriverManagerTest.BadDummyDriver |