Home
last modified time | relevance | path

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

/dalvik/libcore/sql/src/main/java/java/sql/
DDriver.java52 public boolean acceptsURL(String url) throws SQLException; in acceptsURL() method
/dalvik/libcore/sql/src/main/java/SQLite/
DJDBCDriver.java62 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/
DTestHelper_Driver1.java55 public boolean acceptsURL(String url) throws SQLException { in acceptsURL() method in TestHelper_Driver1
DTestHelper_Driver4.java53 public boolean acceptsURL(String url) throws SQLException { in acceptsURL() method in TestHelper_Driver4
DDriverManagerTest.java726 public boolean acceptsURL(String url) { in acceptsURL() method in DriverManagerTest.BadDummyDriver
735 public boolean acceptsURL(String url) { in acceptsURL() method in DriverManagerTest.DummyDriver