Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DTakeScreenshotService.java19 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/
DSafetyWarningDialog.java65 final IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in SafetyWarningDialog()
111 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
DVolumeDialogControllerImpl.java1098 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/
DNotificationPanelViewMediator.java62 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/
DSystemUIDialogTest.java70 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in testRegisterReceiver()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/navigationbar/
DCarNavigationButton.java245 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/
DAppErrorDialog.java143 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/
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.kt88 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
DControlActionCoordinatorImpl.kt134 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupOnboarding.java78 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS));
DAvailableNetworkNotifier.java488 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in startWifiSettings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java142 INTENT_FILTER.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java96 && 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/
DRecordingService.java176 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/
DVoiceInteractionManagerServiceImpl.java92 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/
DCarVolumeDialogImpl.java185 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/
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()
741 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java452 Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in testActionCloseSystemDialogs_dismissesDialogIfShowing()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java1553 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/
DShutdownThread.java208 IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in CloseDialogReceiver()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java661 new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS) in getBatterySaverDescription()

12