Home
last modified time | relevance | path

Searched refs:ACTION_LOCALE_CHANGED (Results 1 – 10 of 10) 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/base/docs/html/sdk/api_diff/7/
DmissingSinces.txt60 NO DOC BLOCK: android.content.Intent Field ACTION_LOCALE_CHANGED
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java179 if (intent.getAction().equals(Intent.ACTION_LOCALE_CHANGED)) {
257 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in GsmServiceStateTracker()
/frameworks/base/core/java/android/content/
DIntent.java1935 public static final String ACTION_LOCALE_CHANGED = "android.intent.action.LOCALE_CHANGED"; field in Intent
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java746 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in InputMethodManagerService()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java16742 intent = new Intent(Intent.ACTION_LOCALE_CHANGED); in updateConfigurationLocked()
/frameworks/base/api/
Dsystem-current.txt7874 …field public static final java.lang.String ACTION_LOCALE_CHANGED = "android.intent.action.LOCALE_C…
Dcurrent.txt7630 …field public static final java.lang.String ACTION_LOCALE_CHANGED = "android.intent.action.LOCALE_C…