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

  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 17 #define LOG_TAG "SQLiteConnection"
71 struct SQLiteConnection {
89 SQLiteConnection(sqlite3* db, int openFlags, const String8& path, const String8& label) :
95 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data);
102 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data);
109 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data);
118 if (openFlags & SQLiteConnection::CREATE_IF_NECESSARY)
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 71 * {@link SQLiteConnection} then we must be prepared to handle any
100 private final ArrayList<SQLiteConnection> mAvailableNonPrimaryConnections =
101 new ArrayList<SQLiteConnection>();
102 private SQLiteConnection mAvailablePrimaryConnection;
126 private final WeakHashMap<SQLiteConnection, AcquiredConnectionStatus> mAcquiredConnections =
127 new WeakHashMap<SQLiteConnection, AcquiredConnectionStatus>();
336 SQLiteConnection newPrimaryConnection = openConnectionLocked(configuration,
376 public SQLiteConnection acquireConnection(String sql, int connectionFlags,
378 SQLiteConnection con = waitForConnection(sql, connectionFlags, cancellationSignal);
399 public void releaseConnection(SQLiteConnection connection)
    [all...]
SQLiteConnection.java 89 public final class SQLiteConnection implements CancellationSignal.OnCancelListener {
90 private static final String TAG = "SQLiteConnection";
109 // The native SQLiteConnection pointer. (FOR INTERNAL USE ONLY)
161 private SQLiteConnection(SQLiteConnectionPool pool,
189 static SQLiteConnection open(SQLiteConnectionPool pool,
192 SQLiteConnection connection = new SQLiteConnection(pool, configuration,
    [all...]
SQLiteSession.java 166 private SQLiteConnection mConnection;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteConnectionPoolTest.java 77 SQLiteConnection c1 = pool.acquireConnection("pragma user_version", 0, null);
80 SQLiteConnection c2 = pool.acquireConnection("pragma user_version", 0, null);
84 SQLiteConnection c3 = pool.acquireConnection("pragma user_version", 0, null);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowSQLiteConnectionTest.java 13 import com.almworks.sqlite4java.SQLiteConnection;
34 private SQLiteConnection conn;
114 final Map<Long, SQLiteConnection> connectionsMap = ReflectionHelpers.getField(CONNECTIONS, "connectionsMap");
161 SQLiteConnection inMemoryConn = getSQLiteConnection(inMemoryDb);
172 private SQLiteConnection getSQLiteConnection(SQLiteDatabase database) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSQLiteConnection.java 26 import com.almworks.sqlite4java.SQLiteConnection;
51 @Implements(value = android.database.sqlite.SQLiteConnection.class, isInAndroidSdk = false)
317 // handled in com.almworks.sqlite4java.SQLiteConnection#exec
357 private final Map<Long, SQLiteConnection> connectionsMap = new HashMap<>();
361 SQLiteConnection getConnection(final long connectionPtr) {
363 final SQLiteConnection connection = connectionsMap.get(connectionPtr);
390 final SQLiteConnection dbConnection = execute("open SQLite connection", new Callable<SQLiteConnection>() {
392 public SQLiteConnection call() throws Exception {
393 SQLiteConnection connection = useInMemoryDatabase.get() || IN_MEMORY_PATH.equals(path
    [all...]
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.20.1/
sqlite-jdbc-3.20.1.jar 
  /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 
  /prebuilts/misc/common/robolectric/android-all/
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/config/
preloaded-classes     [all...]
boot-image-profile.txt     [all...]

Completed in 1441 milliseconds