Home
last modified time | relevance | path

Searched refs:SQLiteConnectionPool (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteConnectionPoolTest.java76 SQLiteConnectionPool pool = SQLiteConnectionPool.open(mTestConf); in testCloseIdleConnections()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java82 public final class SQLiteConnectionPool implements Closeable { class
163 private SQLiteConnectionPool(SQLiteDatabaseConfiguration configuration) { in SQLiteConnectionPool() method in SQLiteConnectionPool
191 public static SQLiteConnectionPool open(SQLiteDatabaseConfiguration configuration) { in open()
197 SQLiteConnectionPool pool = new SQLiteConnectionPool(configuration); in open()
DSQLiteDatabase.java145 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()
DSQLiteSession.java165 private final SQLiteConnectionPool mConnectionPool;
228 public SQLiteSession(SQLiteConnectionPool connectionPool) { in SQLiteSession()
DSQLiteConnection.java100 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()
/frameworks/base/config/
Dpreloaded-classes1092 android.database.sqlite.SQLiteConnectionPool$AcquiredConnectionStatus
1093 android.database.sqlite.SQLiteConnectionPool$ConnectionWaiter
1094 android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler
1095 android.database.sqlite.SQLiteConnectionPool
Dhiddenapi-greylist.txt198 Landroid/database/sqlite/SQLiteConnectionPool;->$assertionsDisabled:Z