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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSynchronousProfileProvider.java48 protected Locale getLocale() { method in class:SynchronousProfileProvider
H A DSynchronousContactsProvider2.java153 protected Locale getLocale() { method in class:SynchronousContactsProvider2
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileProvider.java131 protected Locale getLocale() { method in class:ProfileProvider
132 return mDelegate.getLocale();
H A DContactsProvider2.java1466 mCurrentLocale = getLocale();
1866 protected Locale getLocale() { method in class:ContactsProvider2
6064 String locale = getLocale().toString();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DInputMethodServiceCompatWrapper.java91 LanguageSwitcherProxy.getInstance().setLocale(subtype.getLocale());
H A DInputMethodSubtypeCompatWrapper.java45 CompatUtils.getMethod(CLASS_InputMethodSubtype, "getLocale");
100 public String getLocale() { method in class:InputMethodSubtypeCompatWrapper
139 final Locale locale = new Locale(getLocale());
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DSubtypeLocaleTests.java79 final String localeCode = subtype.getLocale();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeSwitcher.java201 return keyboardLocale != null ? keyboardLocale : subtype.getLocale();
277 Log.w(TAG, "Subtype locale:" + newSubtype.getLocale());
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DSingleSpellCheckerPreference.java169 + subtype == null ? "null" : subtype.getLocale());
H A DInputMethodAndSubtypeEnabler.java262 context, subtype.getLocale(), mSystemLocale);
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DReverseGeocoder.java324 Locale locale = address.getLocale();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidSpellCheckerService.java358 final String localeString = getLocale();

Completed in 6272 milliseconds