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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteSession.java350 releaseConnection(); // might throw
442 releaseConnection(); // might throw
590 releaseConnection(); // might throw
621 releaseConnection(); // might throw
654 releaseConnection(); // might throw
687 releaseConnection(); // might throw
723 releaseConnection(); // might throw
757 releaseConnection(); // might throw
791 releaseConnection(); // might throw
840 releaseConnection(); // migh
901 private void releaseConnection() { method in class:SQLiteSession
[all...]
H A DSQLiteConnectionPool.java331 * The caller must call {@link #releaseConnection} to release the connection
363 public void releaseConnection(SQLiteConnection connection) { method in class:SQLiteConnectionPool

Completed in 57 milliseconds