HomeSort by relevance Sort by last modified time
    Searched refs:updateLocale (Results 1 - 8 of 8) sorted by null

  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordFragment.java 131 mContents.updateLocale(locale.getLocaleString());
139 mContents.updateLocale(args.getString(UserDictionaryAddWordContents.EXTRA_LOCALE));
145 mContents.updateLocale(locale.toString());
UserDictionaryAddWordContents.java 76 updateLocale(args.getString(EXTRA_LOCALE));
81 /* package */ void updateLocale(final String locale) {
161 // be null at all (it's ensured by the updateLocale method).
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryAddWordFragment.java 145 mContents.updateLocale(locale.getLocaleString());
153 mContents.updateLocale(args.getString(UserDictionaryAddWordContents.EXTRA_LOCALE));
159 mContents.updateLocale(locale.toString());
UserDictionaryAddWordContents.java 94 updateLocale(args.getString(EXTRA_LOCALE));
99 /* package */ void updateLocale(final String locale) {
182 // be null at all (it's ensured by the updateLocale method).
  /packages/apps/Settings/src/com/android/settings/
LocalePicker.java 83 LocalePicker.updateLocale(locale);
111 LocalePicker.updateLocale(mTargetLocale);
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 259 * Each listener needs to call {@link #updateLocale(Locale)} to actually change the locale.
261 * We don't call {@link #updateLocale(Locale)} automatically, as it halt the system for
276 public static void updateLocale(Locale locale) {
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 588 void updateLocale();
    [all...]
WebViewCore.cpp 725 updateLocale();
    [all...]

Completed in 363 milliseconds