Searched refs:getLocale (Results 1 - 18 of 18) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSynchronousProfileProvider.java43 protected Locale getLocale() { method in class:SynchronousProfileProvider
H A DSynchronousContactsProvider2.java178 protected Locale getLocale() { method in class:SynchronousContactsProvider2
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DSubtypeLocaleUtils.java213 return getSubtypeLocaleDisplayNameInternal(subtype.getLocale(), displayLocale);
243 + " locale=" + subtype.getLocale()
255 final String localeString = subtype.getLocale();
260 final String localeString = subtype.getLocale();
279 final String key = subtype.getLocale() + ":" + subtype.getExtraValue();
286 "locale=" + subtype.getLocale() + " extraValue=" + subtype.getExtraValue());
313 return getSubtypeLocaleDisplayName(subtype.getLocale());
H A DAdditionalSubtypeUtils.java70 final String localeString = subtype.getLocale();
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DToggleCaptioningPreferenceFragment.java90 final Locale locale = mCaptioningManager.getLocale();
110 final Locale locale = manager.getLocale();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileProvider.java136 protected Locale getLocale() { method in class:ProfileProvider
137 return mDelegate.getLocale();
H A DContactsProvider2.java1503 mCurrentLocale = getLocale();
1942 protected Locale getLocale() { method in class:ContactsProvider2
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeSwitcher.java141 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode())));
163 mShortcutSubtype.getLocale() + ", " + mShortcutSubtype.getMode())));
H A DRichInputMethodManager.java348 if (localeString.equals(subtype.getLocale())
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
H A DDecayingExpandableBinaryDictionaryBase.java150 final String locale = getLocale();
210 protected String getLocale() { method in class:DecayingExpandableBinaryDictionaryBase
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DAdditionalSubtypeSettings.java111 subtype.getLocale(), subtype.hashCode(), subtype.hashCode(),
115 items.add(createItem(context, subtype.getLocale()));
218 setKey(KEY_PREFIX + subtype.getLocale() + "_"
253 context, mSubtype.getLocale());
512 final String localeString = subtype.getLocale();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DSubtypeLocaleUtilsTests.java103 SubtypeLocaleUtils.getSubtypeLocaleDisplayName(subtype.getLocale());
253 SubtypeLocaleUtils.getSubtypeLocaleDisplayName(subtype.getLocale());
272 SubtypeLocaleUtils.getSubtypeLocaleDisplayName(subtype.getLocale()),
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionaryList.java106 final String locale = subtype.getLocale();
H A DSingleSpellCheckerPreference.java171 + subtype == null ? "null" : subtype.getLocale());
H A DInputMethodAndSubtypeEnabler.java273 context, subtype.getLocale(), mSystemLocale, mCollator);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionaryList.java85 final String locale = subtype.getLocale();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidWordLevelSpellCheckerSession.java114 final String localeString = getLocale();
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DReverseGeocoder.java325 Locale locale = address.getLocale();

Completed in 244 milliseconds