Searched defs:updateLocale (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java227 * Each listener needs to call {@link #updateLocale(Locale)} to actually change the locale.
229 * We don't call {@link #updateLocale(Locale)} automatically, as it halt the system for
244 public static void updateLocale(Locale locale) { method in class:LocalePicker
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSegmentedButtons.java91 public void updateLocale() { method in class:SegmentedButtons
H A DZenModePanel.java244 public void updateLocale() { method in class:ZenModePanel
245 mZenButtons.updateLocale();

Completed in 85 milliseconds