Home
last modified time | relevance | path

Searched refs:NO_LOCALIZED_COLLATORS (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/util/
DNoLocaleSQLiteHelper.java19 import static android.database.sqlite.SQLiteDatabase.NO_LOCALIZED_COLLATORS;
42 setOpenParams(new OpenParams.Builder().addOpenFlags(NO_LOCALIZED_COLLATORS).build()); in NoLocaleSQLiteHelper()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java253 public static final int NO_LOCALIZED_COLLATORS = 0x00000010; // update native code if changing field in SQLiteDatabase
2843 NO_LOCALIZED_COLLATORS,
DSQLiteConnection.java442 if ((mConfiguration.openFlags & SQLiteDatabase.NO_LOCALIZED_COLLATORS) != 0) { in setLocaleFromConfiguration()
/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp76 NO_LOCALIZED_COLLATORS = 0x00000010, enumerator
/frameworks/base/core/java/android/app/
DContextImpl.java938 flags |= SQLiteDatabase.NO_LOCALIZED_COLLATORS; in openOrCreateDatabase()
/frameworks/base/core/api/
Dcurrent.txt14079 field public static final int NO_LOCALIZED_COLLATORS = 16; // 0x10
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9867 field public static final int NO_LOCALIZED_COLLATORS = 16; // 0x10