HomeSort by relevance Sort by last modified time
    Searched refs:systemLocale (Results 1 - 25 of 30) sorted by null

1 2

  /external/sqlite/android/
sqlite3_android.h 28 int register_localized_collators(sqlite3* handle, const char* systemLocale, int utf16Storage);
sqlite3_android.cpp 424 const char* systemLocale __attribute((unused)),
431 UCollator* collator = ucol_open(systemLocale, &status);
470 collator = ucol_open(systemLocale, &status);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionarySettingsUtils.java 38 final Locale systemLocale = context.getResources().getConfiguration().locale;
39 return locale.getDisplayName(systemLocale);
UserDictionaryAddWordContents.java 235 final String systemLocale = Locale.getDefault().toString();
237 locales.remove(systemLocale); // system locale may not be null
243 if (!systemLocale.equals(mLocale)) {
244 addLocaleDisplayNameToList(activity, localesList, systemLocale);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettingsUtils.java 39 final Locale systemLocale = context.getResources().getConfiguration().locale;
40 return locale.getDisplayName(systemLocale);
UserDictionaryAddWordContents.java 259 final String systemLocale = Locale.getDefault().toString();
261 locales.remove(systemLocale); // system locale may not be null
267 if (!systemLocale.equals(mLocale)) {
268 addLocaleDisplayNameToList(activity, localesList, systemLocale);
UserDictionarySettings.java 217 final Locale systemLocale = getResources().getConfiguration().locale;
218 if (!TextUtils.isEmpty(mLocale) && !mLocale.equals(systemLocale.toString())) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LanguageOnSpacebarUtils.java 78 final boolean implicitlyEnabledSubtype, @Nonnull final Locale systemLocale) {
80 if (systemLocale.equals(newLocale)) {
84 if (!systemLocale.getLanguage().equals(newLocale.getLanguage())) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionLabelTests.java 56 final Locale labelLocale, final Locale systemLocale) {
58 if (!systemLocale.equals(mSystemLocale)) {
60 mSystemLocale = systemLocale;
76 final String tag = "label=" + labelLocale + " system=" + systemLocale
86 job.runInLocale(getContext().getResources(), systemLocale);
112 final Locale labelLocale, final Locale systemLocale) {
114 if (!systemLocale.equals(mSystemLocale)) {
116 mSystemLocale = systemLocale;
134 final String tag = "label=" + subtype.getLocale() + " system=" + systemLocale
144 job.runInLocale(getContext().getResources(), systemLocale);
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
InputMethodSubtypePreference.java 55 final Locale systemLocale) {
64 mIsSystemLocale = subtypeLocaleString.equals(systemLocale.toString());
67 .equals(systemLocale.getLanguage());
InputMethodSettingValuesWrapper.java 171 final Locale systemLocale = context.getResources().getConfiguration().locale;
173 true /* checkDefaultAttribute */, systemLocale, false /* checkCountry */,
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/inputmethod/
InputMethodSubtypePreferenceTest.java 99 final Locale systemLocale) {
100 final String key = subtypeName + "-" + subtypeLocaleString + "-" + systemLocale;
106 systemLocale);
InputMethodPreferenceTest.java 120 final Locale systemLocale = targetContext
128 .setSubtypeLocale(systemLocale.getLanguage())
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 276 @Nullable final Locale systemLocale, @Nullable final Locale fallbackLocale) {
279 // 1. checkDefaultAttribute: true, locale: systemLocale, checkCountry: true
280 // 2. checkDefaultAttribute: true, locale: systemLocale, checkCountry: false
288 builder.fillImes(imis, context, true /* checkDefaultAttribute */, systemLocale,
293 builder.fillImes(imis, context, true /* checkDefaultAttribute */, systemLocale,
319 + " systemLocale=" + systemLocale + " fallbackLocale=" + fallbackLocale);
331 final Locale systemLocale = getSystemLocaleFromContext(context);
333 getMinimumKeyboardSetWithSystemLocale(imis, context, systemLocale, fallbackLocale);
335 builder.fillImes(imis, context, true /* checkDefaultAttribute */, systemLocale,
    [all...]
InputMethodSubtypeSwitchingController.java 64 InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) {
73 mIsSystemLocale = subtypeLocale.equals(systemLocale);
78 final String systemLanguage = parseLanguageFromLocaleString(systemLocale);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
LanguageOnSpacebarUtilsTests.java 94 final boolean implicitlyEnabledSubtype, final Locale systemLocale,
96 LanguageOnSpacebarUtils.onSubtypeChanged(subtype, implicitlyEnabledSubtype, systemLocale);
98 + " in " + systemLocale, expectedFormat,
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
CollationTest.java 61 private void initDao(Locale systemLocale) {
62 Locale.setDefault(systemLocale);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java 509 final Locale systemLocale = mContext.getResources().getConfiguration().locale;
526 && !systemLocale.equals(SubtypeLocaleUtils.getSubtypeLocale(subtype))) {
548 final Locale systemLocale = mContext.getResources().getConfiguration().locale;
550 richSubtype, implicitlyEnabledSubtype, systemLocale);
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingControllerTest.java 102 String subtypeName, String subtypeLocale, int subtypeIndex, String systemLocale) {
127 systemLocale);
InputMethodUtilsTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 516 final Locale systemLocale;
529 systemLocale = mContext.getResources().getConfiguration().locale;
558 candidateLocale = systemLocale.toString();
    [all...]
StorageManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 607 milliseconds

1 2