/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricDanglingReceiver.java | 18 import static android.content.Intent.ACTION_CLOSE_SYSTEM_DIALOGS; 89 new Intent(ACTION_CLOSE_SYSTEM_DIALOGS).setFlags(FLAG_RECEIVER_FOREGROUND)); in launchBiometricEnrollActivity()
|
/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() 116 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
|
D | CsdWarningDialog.java | 131 final IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in CsdWarningDialog() 237 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
|
D | VolumeDialogControllerImpl.java | 1200 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in init() 1246 } 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; 77 if (ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { 130 registerReceiver(mCloseSystemDialogs, new IntentFilter(ACTION_CLOSE_SYSTEM_DIALOGS), in onBind()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyboard/shortcut/data/repository/ |
D | ShortcutHelperTestHelper.kt | 38 Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS) in hideThroughCloseSystemDialogs()
|
/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/keyboard/shortcut/data/repository/ |
D | ShortcutHelperRepository.kt | 54 action = Intent.ACTION_CLOSE_SYSTEM_DIALOGS, in start()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | StatusBehavior.kt | 83 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardLongPressInteractor.kt | 123 IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/dreams/ |
D | DreamController.java | 117 mCloseNotificationShadeIntent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in DreamController() 122 .setDeliveryGroupMatchingKey(Intent.ACTION_CLOSE_SYSTEM_DIALOGS, in DreamController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardOverlayController.java | 19 import static android.content.Intent.ACTION_CLOSE_SYSTEM_DIALOGS; 234 if (ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { in ClipboardOverlayController() 246 new IntentFilter(ACTION_CLOSE_SYSTEM_DIALOGS)); in ClipboardOverlayController()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | SystemUIDialogTest.java | 100 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in testRegisterReceiver()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/ |
D | WifiDebuggingActivity.java | 179 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardLongPressInteractorTest.kt | 197 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() 745 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppWarnings.java | 737 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { in show() 743 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), in show()
|
/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/statusbar/phone/ |
D | SystemUIDialog.java | 591 INTENT_FILTER.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsController.java | 469 && Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { 807 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in UdfpsController()
|
D | AuthController.java | 200 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { 790 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in AuthController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 1538 .hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)).isTrue(); in testRegisterUnregisterBroadcastListener() 1557 Intent i = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in testBroadcastReceiverCloseDialogs_notGestureNav() 1571 Intent i = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in testBroadcastReceiverCloseDialogs_reasonGestureNav() 1585 Intent i = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in testBroadcastReceiverCloseDialogs_reasonHomeKey() 1599 Intent i = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in testBroadcastReceiverCloseDialogs_reasonRecentsKey()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipMenuController.java | 119 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), null /* permission */, in TvPipMenuController()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerServiceImpl.java | 136 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { 259 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in VoiceInteractionManagerServiceImpl()
|