/frameworks/base/services/core/java/com/android/server/am/ |
D | BaseErrorDialog.java | 62 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/ |
D | SafetyWarningDialog.java | 65 final IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in SafetyWarningDialog() 117 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
|
D | VolumeDialogControllerImpl.java | 1073 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/ |
D | TakeScreenshotService.java | 20 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/ |
D | AddUserDialog.kt | 68 Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), in onClick()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/ |
D | BroadcastSender.kt | 112 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in closeSystemDialogs()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/ |
D | WifiDebuggingSecondaryUserActivity.java | 100 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
|
D | WifiDebuggingActivity.java | 179 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | StatusBehavior.kt | 78 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | SystemUIDialogTest.java | 77 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in testRegisterReceiver()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/ |
D | BroadcastSenderTest.kt | 135 assertThat(intentCaptor.value.action).isEqualTo(Intent.ACTION_CLOSE_SYSTEM_DIALOGS) in sendCloseSystemDialogs_dispatchesWithWakelock()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardOverlayController.java | 19 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/ |
D | KeyguardLongPressInteractor.kt | 105 IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardLongPressInteractorTest.kt | 142 broadcastReceiver.onReceive(context, Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | LegacyGlobalActions.java | 135 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/ |
D | DreamController.java | 88 mCloseNotificationShadeIntent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in DreamController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SystemUIDialog.java | 432 INTENT_FILTER.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerServiceImpl.java | 121 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/ |
D | BugreportReceiverTest.java | 219 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/ |
D | UdfpsController.java | 383 && Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { 793 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in UdfpsController()
|
D | AuthController.java | 212 && 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/ |
D | RecordingService.java | 208 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStartCommand()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipMenuController.java | 108 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), null /* permission */, in TvPipMenuController()
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 425 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in executeRebootToNormalCommand()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 1359 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()
|