Home
last modified time | relevance | path

Searched refs:NO_LOCALIZED_COLLATORS (Results 1 – 8 of 8) 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.java257 public static final int NO_LOCALIZED_COLLATORS = 0x00000010; // update native code if changing field in SQLiteDatabase
3277 NO_LOCALIZED_COLLATORS,
DSQLiteConnection.java465 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.java1014 flags |= SQLiteDatabase.NO_LOCALIZED_COLLATORS; in openOrCreateDatabase()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9867 field public static final int NO_LOCALIZED_COLLATORS = 16; // 0x10
/frameworks/base/core/api/
Dcurrent.txt14829 field public static final int NO_LOCALIZED_COLLATORS = 16; // 0x10