HomeSort by relevance Sort by last modified time
    Searched refs:SQLiteConnectionPool (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 72 public final class SQLiteConnectionPool implements Closeable {
73 private static final String TAG = "SQLiteConnectionPool";
148 private SQLiteConnectionPool(SQLiteDatabaseConfiguration configuration) {
170 public static SQLiteConnectionPool open(SQLiteDatabaseConfiguration configuration) {
176 SQLiteConnectionPool pool = new SQLiteConnectionPool(configuration);
    [all...]
SQLiteDatabase.java 126 private SQLiteConnectionPool mConnectionPoolLocked;
278 final SQLiteConnectionPool pool;
365 final SQLiteConnectionPool pool;
381 int flags = readOnly ? SQLiteConnectionPool.CONNECTION_FLAG_READ_ONLY :
382 SQLiteConnectionPool.CONNECTION_FLAG_PRIMARY_CONNECTION_AFFINITY;
384 flags |= SQLiteConnectionPool.CONNECTION_FLAG_INTERACTIVE;
808 mConnectionPoolLocked = SQLiteConnectionPool.open(mConfigurationLocked);
    [all...]
SQLiteSession.java 164 private final SQLiteConnectionPool mConnectionPool;
227 public SQLiteSession(SQLiteConnectionPool connectionPool) {
282 * acquired by this operation. Refer to {@link SQLiteConnectionPool}.
568 * acquired by this operation. Refer to {@link SQLiteConnectionPool}.
600 * acquired by this operation. Refer to {@link SQLiteConnectionPool}.
631 * acquired by this operation. Refer to {@link SQLiteConnectionPool}.
664 * acquired by this operation. Refer to {@link SQLiteConnectionPool}.
698 * acquired by this operation. Refer to {@link SQLiteConnectionPool}.
734 * acquired by this operation. Refer to {@link SQLiteConnectionPool}.
    [all...]
SQLiteConnection.java 59 * object or the {@link SQLiteConnectionPool}. Those classes are
98 private final SQLiteConnectionPool mPool;
160 private SQLiteConnection(SQLiteConnectionPool pool,
186 // Called by SQLiteConnectionPool only.
187 static SQLiteConnection open(SQLiteConnectionPool pool,
201 // Called by SQLiteConnectionPool only.
398 // Called by SQLiteConnectionPool only.
440 // Called by SQLiteConnectionPool only.
447 // Called by SQLiteConnectionPool only.
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 457 milliseconds