Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java126 private SQLiteConnectionPool mConnectionPoolLocked;
278 final SQLiteConnectionPool pool; in dispose()
365 final SQLiteConnectionPool pool; in createSession()
381 int flags = readOnly ? SQLiteConnectionPool.CONNECTION_FLAG_READ_ONLY : in getThreadDefaultConnectionFlags()
382 SQLiteConnectionPool.CONNECTION_FLAG_PRIMARY_CONNECTION_AFFINITY; in getThreadDefaultConnectionFlags()
384 flags |= SQLiteConnectionPool.CONNECTION_FLAG_INTERACTIVE; in getThreadDefaultConnectionFlags()
808 mConnectionPoolLocked = SQLiteConnectionPool.open(mConfigurationLocked); in openInner()
DSQLiteConnectionPool.java72 public final class SQLiteConnectionPool implements Closeable { class
148 private SQLiteConnectionPool(SQLiteDatabaseConfiguration configuration) { in SQLiteConnectionPool() method in SQLiteConnectionPool
170 public static SQLiteConnectionPool open(SQLiteDatabaseConfiguration configuration) { in open()
176 SQLiteConnectionPool pool = new SQLiteConnectionPool(configuration); in open()
DSQLiteSession.java164 private final SQLiteConnectionPool mConnectionPool;
227 public SQLiteSession(SQLiteConnectionPool connectionPool) { in SQLiteSession()
DSQLiteConnection.java98 private final SQLiteConnectionPool mPool;
160 private SQLiteConnection(SQLiteConnectionPool pool, in SQLiteConnection()
187 static SQLiteConnection open(SQLiteConnectionPool pool, in open()
/frameworks/base/
Dpreloaded-classes62 [Landroid.database.sqlite.SQLiteConnectionPool$AcquiredConnectionStatus;
903 android.database.sqlite.SQLiteConnectionPool
904 android.database.sqlite.SQLiteConnectionPool$AcquiredConnectionStatus
905 android.database.sqlite.SQLiteConnectionPool$ConnectionWaiter
Dcompiled-classes-phone1202 android.database.sqlite.SQLiteConnectionPool
1203 android.database.sqlite.SQLiteConnectionPool$AcquiredConnectionStatus
1204 android.database.sqlite.SQLiteConnectionPool$ConnectionWaiter
/frameworks/base/services/
Dprofile-classes719 Landroid/database/sqlite/SQLiteConnectionPool;
720 Landroid/database/sqlite/SQLiteConnectionPool$AcquiredConnectionStatus;