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

  /packages/apps/Settings/src/com/android/settings/
LocalePicker.java 59 LocalePicker.updateLocale(locale);
87 LocalePicker.updateLocale(mTargetLocale);
  /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 74 updateLocale(args.getString(EXTRA_LOCALE));
79 /* package */ void updateLocale(final String locale) {
152 // be null at all (it's ensured by the updateLocale method).
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 224 * Each listener needs to call {@link #updateLocale(Locale)} to actually change the locale.
226 * We don't call {@link #updateLocale(Locale)} automatically, as it halt the system for
241 public static void updateLocale(Locale locale) {
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 588 void updateLocale();
    [all...]
WebViewCore.cpp 723 updateLocale();
    [all...]

Completed in 416 milliseconds