Searched defs:CREATE_IF_NECESSARY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java232 public static final int CREATE_IF_NECESSARY = 0x10000000; // update native code if changing field in class:SQLiteDatabase
656 * {@link #OPEN_READONLY} {@link #CREATE_IF_NECESSARY} and/or {@link #NO_LOCALIZED_COLLATORS}.
674 * {@link #OPEN_READONLY} {@link #CREATE_IF_NECESSARY} and/or {@link #NO_LOCALIZED_COLLATORS}.
699 * Equivalent to openDatabase(file.getPath(), factory, CREATE_IF_NECESSARY).
706 * Equivalent to openDatabase(path, factory, CREATE_IF_NECESSARY).
709 return openDatabase(path, factory, CREATE_IF_NECESSARY, null);
713 * Equivalent to openDatabase(path, factory, CREATE_IF_NECESSARY, errorHandler).
717 return openDatabase(path, factory, CREATE_IF_NECESSARY, errorHandler);
827 factory, CREATE_IF_NECESSARY);
1899 * SQLiteDatabase.CREATE_IF_NECESSARY | SQLiteDatabas
[all...]
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp77 CREATE_IF_NECESSARY = 0x10000000, enumerator in enum:android::SQLiteConnection::__anon1009
115 if (openFlags & SQLiteConnection::CREATE_IF_NECESSARY) {

Completed in 115 milliseconds