Home
last modified time | relevance | path

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

123

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/statusicon/
H A DStatusIconPanelControllerTest.java126 Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in onPanelAnchorViewClicked_sendsIntentToDismissSystemDialogsWithIdentifier()
134 intent.setAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in onDismissSystemDialogReceived_fromSelf_panelOpen_doesNotDismissPanel()
147 intent.setAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in onDismissSystemDialogReceived_fromSelf_panelOpen_statusIconHighlighted()
160 intent.setAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in onDismissSystemDialogReceived_notFromSelf_panelOpen_dismissesPanel()
172 intent.setAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in onDismissSystemDialogReceived_notFromSelf_panelOpen_statusIconNotHighlighted()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
H A DContextualCardsFragmentTest.java113 final Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in onReceive_homeKey_shouldResetSession()
126 final Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in onReceive_recentApps_shouldResetSession()
139 final Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in onReceive_otherKey_shouldNotResetSession()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
H A DHvacPanelOverlayViewMediator.java57 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
102 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), /* executor= */ null, in registerListeners()
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
H A DHvacPanelOverlayViewMediatorTest.java65 Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in closeSystemDialogsIntent_hvacPanelIsExpanded_togglesHvacPanel()
75 Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in closeSystemDialogsIntent_hvacPanelIsNotExpanded_doesNotToggleHvacPanel()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBaseErrorDialog.java56 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
114 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSafetyWarningDialog.java65 final IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in SafetyWarningDialog()
116 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewMediator.java62 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)) {
115 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), null, UserHandle.ALL); in registerListeners()
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
H A DContextualCardsFragment.java132 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in registerKeyEventReceiver()
172 if (intent == null || !Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) { in onReceive()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
H A DStatusIconPanelController.java119 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action) && !isIntentFromSelf
181 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), /* executor= */ null, in StatusIconPanelController()
382 Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in dismissAllSystemDialogs()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DSysUiOverlayInputConsumer.java79 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onSwipeUp()
/aosp12/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/
H A DCarEvsCameraPreviewActivity.java155 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
166 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in registerBroadcastReceiver()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DSystemUIDialogTest.java70 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in testRegisterReceiver()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarButton.java318 mContext.sendBroadcastAsUser(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), in getButtonClickListener() argument
353 mContext.sendBroadcastAsUser(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS),
/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/
H A DHvacUiService.java142 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in onCreate()
239 } else if (action.equals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) {
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
H A DQCFooterButton.java77 mContext.sendBroadcastAsUser(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), in QCFooterButton()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/
H A DWifiDebuggingSecondaryUserActivity.java100 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
H A DWifiDebuggingActivity.java179 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DStatusBehavior.kt78 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS))
H A DDetailDialog.kt140 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS))
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWakeupOnboarding.java77 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS));
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuController.java77 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), null /* permission */, in TvPipMenuController()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/qstile/
H A DWirelessDebuggingTest.java169 .isEqualTo(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in setIsEnabled_true_keyguardUnlocked_WifiDisconnected_shouldDisableAdbWifi()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DNotificationBroadcastReceiver.java100 context.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onReceive()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomBroadcastIntentProcessor.java250 Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in closeSystemDialogs()

123