Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteSession.java350 releaseConnection(); // might throw in beginTransactionUnchecked()
442 releaseConnection(); // might throw in endTransactionUnchecked()
590 releaseConnection(); // might throw in prepare()
621 releaseConnection(); // might throw in execute()
654 releaseConnection(); // might throw in executeForLong()
687 releaseConnection(); // might throw in executeForString()
723 releaseConnection(); // might throw in executeForBlobFileDescriptor()
757 releaseConnection(); // might throw in executeForChangedRowCount()
791 releaseConnection(); // might throw in executeForLastInsertedRowId()
840 releaseConnection(); // might throw in executeForCursorWindow()
[all …]
DSQLiteConnectionPool.java363 public void releaseConnection(SQLiteConnection connection) { in releaseConnection() method in SQLiteConnectionPool