HomeSort by relevance Sort by last modified time
    Searched refs:SQLiteDatabase (Results 51 - 69 of 69) sorted by null

1 23

  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 27 import android.database.sqlite.SQLiteDatabase;
52 private SQLiteDatabase mDatabase;
405 mDatabase = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile.getPath(), null);
DatabaseUtilsTest.java 26 import android.database.sqlite.SQLiteDatabase;
43 private SQLiteDatabase mDatabase;
61 mDatabase = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile.getPath(), null);
144 SQLiteDatabase db = getContext().openOrCreateDatabase(dbName, 0, null);
  /cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java 24 import android.database.sqlite.SQLiteDatabase;
59 private SQLiteDatabase mDatabase;
104 mDatabase = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile.getPath(), null);
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 23 import android.database.sqlite.SQLiteDatabase;
55 private SQLiteDatabase mDb;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteStatement.cpp 43 SQLiteStatement::SQLiteStatement(SQLiteDatabase& db, const String& sql)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.cpp 93 static bool retrieveTextResultFromDatabase(SQLiteDatabase& db, const String& query, String& resultString)
117 static bool setTextValueInDatabase(SQLiteDatabase& db, const String& query, const String& value)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk 422 third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp \
    [all...]
modules.target.darwin-arm64.mk 422 third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp \
    [all...]
modules.target.darwin-mips.mk 422 third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp \
    [all...]
modules.target.darwin-mips64.mk 422 third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp \
    [all...]
modules.target.darwin-x86.mk 422 third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp \
    [all...]
modules.target.darwin-x86_64.mk 422 third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp \
    [all...]
modules.target.linux-arm.mk 422 third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp \
    [all...]
modules.target.linux-arm64.mk 422 third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp \
    [all...]
modules.target.linux-mips.mk 422 third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp \
    [all...]
modules.target.linux-mips64.mk 422 third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp \
    [all...]
modules.target.linux-x86.mk 422 third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp \
    [all...]
modules.target.linux-x86_64.mk 422 third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp \
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 542 milliseconds

1 23