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

  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 17 #define LOG_TAG "SQLiteConnection"
69 struct SQLiteConnection {
87 SQLiteConnection(sqlite3* db, int openFlags, const String8& path, const String8& label) :
93 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data);
100 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data);
107 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data);
115 if (openFlags & SQLiteConnection::CREATE_IF_NECESSARY)
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 87 public final class SQLiteConnection implements CancellationSignal.OnCancelListener {
88 private static final String TAG = "SQLiteConnection";
109 // The native SQLiteConnection pointer. (FOR INTERNAL USE ONLY)
160 private SQLiteConnection(SQLiteConnectionPool pool,
187 static SQLiteConnection open(SQLiteConnectionPool pool,
190 SQLiteConnection connection = new SQLiteConnection(pool, configuration,
    [all...]

Completed in 2686 milliseconds