Searched defs:getLocale (Results 1 - 15 of 15) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSynchronousProfileProvider.java44 protected Locale getLocale() { method in class:SynchronousProfileProvider
H A DSynchronousContactsProvider2.java183 protected Locale getLocale() { method in class:SynchronousContactsProvider2
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DHelpUrl.java54 helpUri = Uri.parse(helpUri.toString().replace("%locale%", getLocale()));
64 private static String getLocale() { method in class:HelpUrl
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DLayoutBase.java58 public final Locale getLocale() { return mCustomizer.getLocale(); } method in class:LayoutBase
124 builder.toUpperCase(getLocale());
/packages/apps/Dialer/java/com/android/dialer/location/
H A DCountryDetector.java181 Locale defaultLocale = localeProvider.getLocale();
196 Locale getLocale(); method in interface:CountryDetector.LocaleProvider
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodSubtype.java83 return SubtypeLocaleUtils.NO_LANGUAGE.equals(mSubtype.getLocale());
113 return SubtypeLocaleUtils.getSubtypeLocaleDisplayName(mSubtype.getLocale());
122 return SubtypeLocaleUtils.getSubtypeLanguageDisplayName(mSubtype.getLocale());
145 public Locale getLocale() { method in class:RichInputMethodSubtype
H A DDictionaryFacilitator.java108 Locale getLocale(); method in interface:DictionaryFacilitator
H A DDictionaryFacilitatorImpl.java236 public Locale getLocale() { method in class:DictionaryFacilitatorImpl
526 final String lowerCaseWord = originalWord.toLowerCase(getLocale());
531 StringUtils.capitalizeFirstAndDowncaseRest(originalWord, getLocale());
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
H A DLayoutCustomizer.java38 public final Locale getLocale() { return mLocale; } method in class:LayoutCustomizer
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
H A DCarLatinIME.java190 mKeyboardView.setKeyboard(mQweKeyboard, getLocale());
199 public Locale getLocale() { method in class:CarLatinIME
270 mKeyboardView.setKeyboard(mSymbolKeyboard, getLocale());
272 mKeyboardView.setKeyboard(mQweKeyboard, getLocale());
284 mKeyboardView.setKeyboard(mQweKeyboard, getLocale());
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
H A Dheader_policy.h209 AK_FORCE_INLINE const std::vector<int> *getLocale() const { function in class:latinime::HeaderPolicy
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileProvider.java121 protected Locale getLocale() { method in class:ProfileProvider
122 return mDelegate.getLocale();
H A DContactsProvider2.java2111 protected Locale getLocale() { method in class:ContactsProvider2
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardId.java177 public Locale getLocale() { method in class:KeyboardId
178 return mSubtype.getLocale();
195 mSubtype.getLocale(),
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 408 milliseconds