/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | TakeScreenshotService.java | 19 import static android.content.Intent.ACTION_CLOSE_SYSTEM_DIALOGS; 63 if (ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction()) && mScreenshot != null) { 138 IntentFilter filter = new IntentFilter(ACTION_CLOSE_SYSTEM_DIALOGS); in onBind()
|
/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() 111 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
|
D | VolumeDialogControllerImpl.java | 1098 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in init() 1144 } else if (action.equals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) { in onReceive()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/notification/ |
D | NotificationPanelViewMediator.java | 62 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)) { 115 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), null, UserHandle.ALL); in registerListeners()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | SystemUIDialogTest.java | 70 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in testRegisterReceiver()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/navigationbar/ |
D | CarNavigationButton.java | 245 mContext.sendBroadcastAsUser(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), in getButtonClickListener() 265 mContext.sendBroadcastAsUser(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), in getButtonLongClickListener()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppErrorDialog.java | 143 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart() 208 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
|
/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>()
|
D | DetailDialog.kt | 88 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
|
D | ControlActionCoordinatorImpl.kt | 134 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WakeupOnboarding.java | 78 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS));
|
D | AvailableNetworkNotifier.java | 488 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in startWifiSettings()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SystemUIDialog.java | 142 INTENT_FILTER.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthController.java | 96 && Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { 257 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in AuthController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 176 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStartCommand() 186 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStartCommand()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerServiceImpl.java | 92 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { 161 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in VoiceInteractionManagerServiceImpl()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/volume/ |
D | CarVolumeDialogImpl.java | 185 if (!intent.getAction().equals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) { 228 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), /* broadcastPermission= */ in init()
|
/frameworks/base/services/core/java/com/android/server/dreams/ |
D | DreamController.java | 97 mCloseNotificationShadeIntent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in DreamController()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | LegacyGlobalActions.java | 135 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in LegacyGlobalActions() 741 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | AuthControllerTest.java | 452 Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in testActionCloseSystemDialogs_dismissesDialogIfShowing()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiCarrierInfoManagerTest.java | 1553 assertEquals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS, intentCaptor.getValue().getAction()); in testSendImsiProtectionExemptionNotificationWithUserAllowed() 1663 assertEquals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS, intentCaptor.getValue().getAction()); in testSendImsiProtectionExemptionConfirmationDialogWithUserDisallowed() 1705 assertEquals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS, intentCaptor.getValue().getAction()); in testSendImsiProtectionExemptionConfirmationDialogWithUserDismissal()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | ShutdownThread.java | 208 IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in CloseDialogReceiver()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerNotificationWarnings.java | 661 new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS) in getBatterySaverDescription()
|