Searched refs:ACTION_LOCALE_CHANGED (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java50 || Intent.ACTION_LOCALE_CHANGED.equals(action)) {
126 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java171 if (intent.getAction().equals(Intent.ACTION_LOCALE_CHANGED)) {
230 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/base/core/java/android/content/
H A DIntent.java1825 public static final String ACTION_LOCALE_CHANGED = "android.intent.action.LOCALE_CHANGED"; field in class:Intent
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java699 // IMMS wants to receive Intent.ACTION_LOCALE_CHANGED in order to update the current IME
702 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java12698 intent = new Intent(Intent.ACTION_LOCALE_CHANGED);

Completed in 580 milliseconds