Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteSession.java352 releaseConnection(); // might throw in beginTransactionUnchecked()
444 releaseConnection(); // might throw in endTransactionUnchecked()
592 releaseConnection(); // might throw in prepare()
623 releaseConnection(); // might throw in execute()
656 releaseConnection(); // might throw in executeForLong()
689 releaseConnection(); // might throw in executeForString()
725 releaseConnection(); // might throw in executeForBlobFileDescriptor()
759 releaseConnection(); // might throw in executeForChangedRowCount()
793 releaseConnection(); // might throw in executeForLastInsertedRowId()
842 releaseConnection(); // might throw in executeForCursorWindow()
[all …]
DSQLiteConnectionPool.java401 public void releaseConnection(SQLiteConnection connection) { in releaseConnection() method in SQLiteConnectionPool
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteConnectionPoolTest.java80 pool.releaseConnection(c1); in testCloseIdleConnections()
83 pool.releaseConnection(c2); in testCloseIdleConnections()
88 pool.releaseConnection(c3); in testCloseIdleConnections()