Searched refs:SQLiteConnectionPool (Results 1 – 5 of 5) sorted by relevance
124 private SQLiteConnectionPool mConnectionPoolLocked;276 final SQLiteConnectionPool pool; in dispose()363 final SQLiteConnectionPool pool; in createSession()379 int flags = readOnly ? SQLiteConnectionPool.CONNECTION_FLAG_READ_ONLY : in getThreadDefaultConnectionFlags()380 SQLiteConnectionPool.CONNECTION_FLAG_PRIMARY_CONNECTION_AFFINITY; in getThreadDefaultConnectionFlags()382 flags |= SQLiteConnectionPool.CONNECTION_FLAG_INTERACTIVE; in getThreadDefaultConnectionFlags()804 mConnectionPoolLocked = SQLiteConnectionPool.open(mConfigurationLocked); in openInner()
72 public final class SQLiteConnectionPool implements Closeable { class148 private SQLiteConnectionPool(SQLiteDatabaseConfiguration configuration) { in SQLiteConnectionPool() method in SQLiteConnectionPool170 public static SQLiteConnectionPool open(SQLiteDatabaseConfiguration configuration) { in open()176 SQLiteConnectionPool pool = new SQLiteConnectionPool(configuration); in open()
164 private final SQLiteConnectionPool mConnectionPool;227 public SQLiteSession(SQLiteConnectionPool connectionPool) { in SQLiteSession()
98 private final SQLiteConnectionPool mPool;160 private SQLiteConnection(SQLiteConnectionPool pool, in SQLiteConnection()187 static SQLiteConnection open(SQLiteConnectionPool pool, in open()
372 android.database.sqlite.SQLiteConnectionPool373 android.database.sqlite.SQLiteConnectionPool$AcquiredConnectionStatus374 android.database.sqlite.SQLiteConnectionPool$ConnectionWaiter