Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/am/
DBaseErrorDialog.java56 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
114 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DSafetyWarningDialog.java65 final IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in SafetyWarningDialog()
116 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
DVolumeDialogControllerImpl.java1099 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in init()
1145 } else if (action.equals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DTakeScreenshotService.java19 import static android.content.Intent.ACTION_CLOSE_SYSTEM_DIALOGS;
73 if (ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction()) && mScreenshot != null) {
116 registerReceiver(mCloseSystemDialogs, new IntentFilter(ACTION_CLOSE_SYSTEM_DIALOGS)); in onBind()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DSystemUIDialogTest.java70 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in testRegisterReceiver()
/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>()
DDetailDialog.kt136 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
DControlActionCoordinatorImpl.kt151 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java142 INTENT_FILTER.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipMenuController.java77 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), null /* permission */, in TvPipMenuController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java165 && Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
464 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in AuthController()
DUdfpsController.java319 && Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
583 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in UdfpsController()
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamController.java97 mCloseNotificationShadeIntent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in DreamController()
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java135 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in LegacyGlobalActions()
743 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java109 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
192 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/screenrecord/
DRecordingService.java195 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStartCommand()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java375 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in executeRebootToNormalCommand()
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java215 IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in CloseDialogReceiver()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java529 Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in testActionCloseSystemDialogs_dismissesDialogIfShowing()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java166 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
211 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in AutofillManagerService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java706 new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS) in getBatterySaverDescription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java375 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in GlobalActionsDialogLite()
1996 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)

12