Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/am/
DBaseErrorDialog.java62 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { in onStart()
68 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), RECEIVER_EXPORTED); in onStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DSafetyWarningDialog.java65 final IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in SafetyWarningDialog()
117 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
DVolumeDialogControllerImpl.java1073 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in init()
1119 } else if (action.equals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DTakeScreenshotService.java20 import static android.content.Intent.ACTION_CLOSE_SYSTEM_DIALOGS;
88 if (ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction()) && mScreenshot != null) {
139 registerReceiver(mCloseSystemDialogs, new IntentFilter(ACTION_CLOSE_SYSTEM_DIALOGS), in onBind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/
DAddUserDialog.kt68 Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/
DBroadcastSender.kt112 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in closeSystemDialogs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/
DWifiDebuggingSecondaryUserActivity.java100 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
DWifiDebuggingActivity.java179 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DStatusBehavior.kt78 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DSystemUIDialogTest.java77 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in testRegisterReceiver()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/
DBroadcastSenderTest.kt135 assertThat(intentCaptor.value.action).isEqualTo(Intent.ACTION_CLOSE_SYSTEM_DIALOGS) in sendCloseSystemDialogs_dispatchesWithWakelock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayController.java19 import static android.content.Intent.ACTION_CLOSE_SYSTEM_DIALOGS;
222 if (ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { in ClipboardOverlayController()
230 new IntentFilter(ACTION_CLOSE_SYSTEM_DIALOGS)); in ClipboardOverlayController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardLongPressInteractor.kt105 IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardLongPressInteractorTest.kt142 broadcastReceiver.onReceive(context, Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java135 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.java88 mCloseNotificationShadeIntent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in DreamController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java432 INTENT_FILTER.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java121 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
233 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in VoiceInteractionManagerServiceImpl()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java219 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in tearDown()
432 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in bugreportFinishedWhileChangingDetailsTest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java383 && Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
793 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in UdfpsController()
DAuthController.java212 && Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
791 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in AuthController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java208 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStartCommand()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipMenuController.java108 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), null /* permission */, in TvPipMenuController()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java425 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in executeRebootToNormalCommand()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1359 Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in testRegisterUnregisterBroadcastListener()
1378 Intent i = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in testBroadcastReceiverCloseDialogs_notGestureNav()
1392 Intent i = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in testBroadcastReceiverCloseDialogs_reasonGestureNav()

12