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 31 LocalePicker.updateLocale(locale);
  /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 199 * Each listener needs to call {@link #updateLocale(Locale)} to actually change the locale.
201 * We don't call {@link #updateLocale(Locale)} automatically, as it halt the system for
216 public static void updateLocale(Locale locale) {
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 596 void updateLocale();
    [all...]
WebViewCore.cpp 728 updateLocale();
    [all...]

Completed in 276 milliseconds