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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java50 || Intent.ACTION_LOCALE_CHANGED.equals(action)) {
51 if (Intent.ACTION_LOCALE_CHANGED.equals(action)
86 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
H A DSplitClockView.java47 || Intent.ACTION_LOCALE_CHANGED.equals(action)
75 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsApplication.java83 localeFilter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java180 if (intent.getAction().equals(Intent.ACTION_LOCALE_CHANGED)) {
243 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/base/core/java/android/content/
H A DIntent.java2108 public static final String ACTION_LOCALE_CHANGED = "android.intent.action.LOCALE_CHANGED"; field in class:Intent
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java910 // IMMS wants to receive Intent.ACTION_LOCALE_CHANGED in order to update the current IME
913 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java17378 intent = new Intent(Intent.ACTION_LOCALE_CHANGED);

Completed in 221 milliseconds