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

/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java58 * <p>Please note that {@link SpellCheckerService.Session#getLocale()} does not return a valid
104 * getLocale() etc...
160 public String getLocale() { method in class:SpellCheckerService.Session
161 return mInternalSession.getLocale();
226 public String getLocale() { method in class:SpellCheckerService.InternalISpellCheckerSession
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java75 public String getLocale() { method in class:SpellCheckerSubtype
97 && (subtype.getLocale().equals(getLocale()))
H A DTextServicesManager.java136 final String subtypeLocale = subtypeInUse.getLocale();
147 final String tempSubtypeLocale = subtype.getLocale();
162 sService.getSpellCheckerService(sci.getId(), subtypeInUse.getLocale(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodButton.java105 && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale())
H A DInputMethodsPanel.java454 Log.d(TAG, "subtype =" + subtype.getLocale() + "," + subtype.getMode());
/frameworks/base/location/java/android/location/
H A DGeocoderParams.java56 public Locale getLocale() { method in class:GeocoderParams
H A DAddress.java70 public Locale getLocale() { method in class:Address
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java134 public String getLocale() { method in class:InputMethodSubtype
248 && (subtype.getLocale().equals(getLocale()))
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java203 public String getLocale() { method in class:SuggestionSpan
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java65 public Locale getLocale() { method in class:LocalePicker.LocaleInfo
/frameworks/base/services/java/com/android/server/
H A DTextServicesManagerService.java236 final String localeString = currentInputMethodSubtype.getLocale();
255 final String scsLocale = scs.getLocale();
267 + ", " + scs.getLocale());
543 pw.print(" "); pw.print("locale="); pw.println(st.getLocale());
H A DInputMethodManagerService.java1156 && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale())
1659 : mCurrentSubtype.getLocale();
1670 if(keyboardSubtype.getLocale().equals(locale)) {
2491 final String locale = subtype.getLocale();
2505 if (systemLocale.equals(applicableSubtype.getLocale())) continue;
2553 final String subtypeLocale = subtype.getLocale();
2581 + applicableSubtype.getMode() + "," + applicableSubtype.getLocale());
2607 mRes, enabledSubtypes, mode, mCurrentSubtype.getLocale(), false);
2623 mRes, subtypesForSearch, mode, mCurrentSubtype.getLocale(), fals
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java2245 + newSubtype.getLocale() + "," + newSubtype.getExtraValue();
/frameworks/base/include/utils/
H A DResourceTypes.h1570 void getLocale(char str[6]) const { function in struct:android::ResTable_config
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1214 curParams.getLocale(rawLocale);
/frameworks/base/core/java/android/widget/
H A DTextView.java8937 locale = new Locale(subtype.getLocale());

Completed in 515 milliseconds