Home
last modified time | relevance | path

Searched refs:busy_handler (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/tests/SQLite/
DDatabaseTest.java113 db.busy_handler(null); in setUp()
534 db.busy_handler(bh); in testBusy_handler()
689 db.busy_handler(null); in testBusy_timeout()
719 db.busy_handler(null); in testBusy_timeout()
/libcore/sqlite-jdbc/src/main/java/SQLite/
DDatabase.java261 public void busy_handler(SQLite.BusyHandler bh) { in busy_handler() method in Database
/libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
DJDBCConnection.java166 db.busy_handler(this); in JDBCConnection()