Searched refs:NO_LOCALIZED_COLLATORS (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java355 if ((mConfiguration.openFlags & SQLiteDatabase.NO_LOCALIZED_COLLATORS) != 0) {
H A DSQLiteDatabase.java226 public static final int NO_LOCALIZED_COLLATORS = 0x00000010; // 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}.
1746 * the {@link #NO_LOCALIZED_COLLATORS} flag set or was opened read only.
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp76 NO_LOCALIZED_COLLATORS = 0x00000010, enumerator in enum:android::SQLiteConnection::__anon800

Completed in 365 milliseconds