Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSplitClockView.java48 || Intent.ACTION_CONFIGURATION_CHANGED.equals(action)
76 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onAttachedToWindow()
DClock.java184 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onAttachedToWindow()
239 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) {
/frameworks/base/services/core/java/com/android/server/wm/
DImmersiveModeConfirmation.java256 if (intent.getAction().equals(Intent.ACTION_CONFIGURATION_CHANGED)) {
328 new IntentFilter(Intent.ACTION_CONFIGURATION_CHANGED)); in onAttachedToWindow()
/frameworks/base/core/java/android/net/util/
DMultinetworkPolicyTracker.java108 intentFilter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java212 IntentFilter filter = new IntentFilter(Intent.ACTION_CONFIGURATION_CHANGED); in onAttachedToWindow()
336 if (intent.getAction().equals(Intent.ACTION_CONFIGURATION_CHANGED)) {
/frameworks/base/tests/net/java/com/android/server/connectivity/
DMultipathPolicyTrackerTest.java19 import static android.content.Intent.ACTION_CONFIGURATION_CHANGED;
130 any(), argThat(f -> f.hasAction(ACTION_CONFIGURATION_CHANGED)), any(), any())) in setUp()
DTetheringTest.java411 final Intent intent = new Intent(Intent.ACTION_CONFIGURATION_CHANGED); in sendConfigurationChanged()
/frameworks/base/core/java/android/app/
DSearchDialog.java109 if (intent.getAction().equals(Intent.ACTION_CONFIGURATION_CHANGED)) {
289 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onStart()
/frameworks/base/core/java/android/widget/
DZoomButtonsController.java147 new IntentFilter(Intent.ACTION_CONFIGURATION_CHANGED);
DDateTimeView.java510 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in register()
/frameworks/base/services/core/java/com/android/server/connectivity/
DMultipathPolicyTracker.java157 intentFilter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in start()
DTethering.java285 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in startStateMachineUpdaters()
706 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java1000 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in init()
1054 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java205 case Intent.ACTION_CONFIGURATION_CHANGED: in onReceive()
494 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onStart()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java182 case Intent.ACTION_CONFIGURATION_CHANGED:
288 configFilter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in registerBroadcastReceiver()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java805 intentFilter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in AudioService()
5663 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { in onReceive()
/frameworks/base/core/java/android/content/
DIntent.java2826 …public static final String ACTION_CONFIGURATION_CHANGED = "android.intent.action.CONFIGURATION_CHA… field in Intent
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java18337 Intent intent = new Intent(Intent.ACTION_CONFIGURATION_CHANGED); in broadcastGlobalConfigurationChanged()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7603 …field public static final java.lang.String ACTION_CONFIGURATION_CHANGED = "android.intent.action.C…
/frameworks/base/api/
Dcurrent.txt10217 …field public static final String ACTION_CONFIGURATION_CHANGED = "android.intent.action.CONFIGURATI…