Home
last modified time | relevance | path

Searched refs:ACTION_LOCALE_CHANGED (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDateView.java50 || Intent.ACTION_LOCALE_CHANGED.equals(action)) {
51 if (Intent.ACTION_LOCALE_CHANGED.equals(action)
86 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in onAttachedToWindow()
DSplitClockView.java47 || Intent.ACTION_LOCALE_CHANGED.equals(action)
75 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in onAttachedToWindow()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDocumentsApplication.java83 localeFilter.addAction(Intent.ACTION_LOCALE_CHANGED); in onCreate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java180 if (intent.getAction().equals(Intent.ACTION_LOCALE_CHANGED)) {
243 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in GsmServiceStateTracker()
/frameworks/base/core/java/android/content/
DIntent.java2108 public static final String ACTION_LOCALE_CHANGED = "android.intent.action.LOCALE_CHANGED"; field in Intent
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java913 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in InputMethodManagerService()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java17378 intent = new Intent(Intent.ACTION_LOCALE_CHANGED); in updateConfigurationLocked()
/frameworks/base/api/
Dcurrent.txt8133 …field public static final java.lang.String ACTION_LOCALE_CHANGED = "android.intent.action.LOCALE_C…
Dsystem-current.txt8385 …field public static final java.lang.String ACTION_LOCALE_CHANGED = "android.intent.action.LOCALE_C…