Home
last modified time | relevance | path

Searched refs:ACTION_CONFIGURATION_CHANGED (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java89 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onAttachedToWindow()
124 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) {
DNetworkController.java242 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in NetworkController()
410 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { in onReceive()
/frameworks/base/services/java/com/android/server/
DAppWidgetService.java89 new IntentFilter(Intent.ACTION_CONFIGURATION_CHANGED), null, null); in systemReady()
344 } else if (Intent.ACTION_CONFIGURATION_CHANGED.equals(action)) {
/frameworks/base/core/java/android/widget/
DDateTimeView.java216 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED);
DZoomButtonsController.java145 new IntentFilter(Intent.ACTION_CONFIGURATION_CHANGED);
/frameworks/base/core/java/android/app/
DSearchDialog.java106 if (intent.getAction().equals(Intent.ACTION_CONFIGURATION_CHANGED)) {
289 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQuickSettings.java146 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in QuickSettings()
807 } else if (Intent.ACTION_CONFIGURATION_CHANGED.equals(action)) {
DPhoneStatusBar.java605 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in makeStatusBarView()
2327 else if (Intent.ACTION_CONFIGURATION_CHANGED.equals(action)) {
/frameworks/base/docs/html/about/versions/
Dandroid-2.0.1.jd291 android.content.Intent#ACTION_CONFIGURATION_CHANGED} broadcast when declared as
/frameworks/base/media/java/android/media/
DAudioService.java532 intentFilter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in AudioService()
4112 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { in onReceive()
/frameworks/base/core/java/android/content/
DIntent.java1817 …public static final String ACTION_CONFIGURATION_CHANGED = "android.intent.action.CONFIGURATION_CHA… field in Intent
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java12690 Intent intent = new Intent(Intent.ACTION_CONFIGURATION_CHANGED); in updateConfigurationLocked()
/frameworks/base/api/
Dcurrent.txt6045 …field public static final java.lang.String ACTION_CONFIGURATION_CHANGED = "android.intent.action.C…