Home
last modified time | relevance | path

Searched refs:ACTION_CLOSE_SYSTEM_DIALOGS (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DSafetyWarningDialog.java65 final IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in SafetyWarningDialog()
111 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
DVolumeDialogControllerImpl.java1002 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in init()
1060 } else if (action.equals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) { in onReceive()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DSystemUIDialogTest.java61 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in testRegisterReceiver()
/frameworks/base/services/core/java/com/android/server/am/
DAppErrorDialog.java143 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
206 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
DActivityManagerService.java14729 || Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action) in checkBroadcastFromSystem()
18386 final Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in broadcastCloseSystemDialogs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java155 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStartCommand()
202 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStartCommand()
212 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStartCommand()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java111 INTENT_FILTER.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
DStatusBar.java1012 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in makeStatusBarView()
2544 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupOnboarding.java79 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS));
DAvailableNetworkNotifier.java494 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in startWifiSettings()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java92 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
161 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in VoiceInteractionManagerServiceImpl()
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java136 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in LegacyGlobalActions()
744 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamController.java102 mCloseNotificationShadeIntent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in DreamController()
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java207 IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in CloseDialogReceiver()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java161 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
206 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in AutofillManagerService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java186 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in GlobalActionsDialog()
1400 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java659 new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS) in getBatterySaverDescription()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java523 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in bugreportFinishedWhileChangingDetailsTest()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1382 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in collapseNotificationBar()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java1040 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)) { in onReceive()
1640 broadcastFilterForAllUsers.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in systemRunning()
/frameworks/base/core/java/android/content/
DIntent.java2360 …public static final String ACTION_CLOSE_SYSTEM_DIALOGS = "android.intent.action.CLOSE_SYSTEM_DIALO… field in Intent
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7602 …field public static final java.lang.String ACTION_CLOSE_SYSTEM_DIALOGS = "android.intent.action.CL…
/frameworks/base/api/
Dcurrent.txt10216 …field public static final String ACTION_CLOSE_SYSTEM_DIALOGS = "android.intent.action.CLOSE_SYSTEM…