Searched refs:SQLiteConnectionPool (Results 1 – 7 of 7) sorted by relevance
76 SQLiteConnectionPool pool = SQLiteConnectionPool.open(mTestConf); in testCloseIdleConnections()
82 public final class SQLiteConnectionPool implements Closeable { class163 private SQLiteConnectionPool(SQLiteDatabaseConfiguration configuration) { in SQLiteConnectionPool() method in SQLiteConnectionPool191 public static SQLiteConnectionPool open(SQLiteDatabaseConfiguration configuration) { in open()197 SQLiteConnectionPool pool = new SQLiteConnectionPool(configuration); in open()
145 private SQLiteConnectionPool mConnectionPoolLocked;337 final SQLiteConnectionPool pool; in dispose()425 final SQLiteConnectionPool pool; in createSession()441 int flags = readOnly ? SQLiteConnectionPool.CONNECTION_FLAG_READ_ONLY : in getThreadDefaultConnectionFlags()442 SQLiteConnectionPool.CONNECTION_FLAG_PRIMARY_CONNECTION_AFFINITY; in getThreadDefaultConnectionFlags()444 flags |= SQLiteConnectionPool.CONNECTION_FLAG_INTERACTIVE; in getThreadDefaultConnectionFlags()915 mConnectionPoolLocked = SQLiteConnectionPool.open(mConfigurationLocked); in openInner()
165 private final SQLiteConnectionPool mConnectionPool;228 public SQLiteSession(SQLiteConnectionPool connectionPool) { in SQLiteSession()
100 private final SQLiteConnectionPool mPool;163 private SQLiteConnection(SQLiteConnectionPool pool, in SQLiteConnection()191 static SQLiteConnection open(SQLiteConnectionPool pool, in open()1397 private final SQLiteConnectionPool mPool;1401 OperationLog(SQLiteConnectionPool pool) { in OperationLog()
1092 android.database.sqlite.SQLiteConnectionPool$AcquiredConnectionStatus1093 android.database.sqlite.SQLiteConnectionPool$ConnectionWaiter1094 android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler1095 android.database.sqlite.SQLiteConnectionPool
198 Landroid/database/sqlite/SQLiteConnectionPool;->$assertionsDisabled:Z