/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/statusicon/ |
H A D | StatusIconPanelControllerTest.java | 126 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 D | ContextualCardsFragmentTest.java | 113 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 D | HvacPanelOverlayViewMediator.java | 57 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 D | HvacPanelOverlayViewMediatorTest.java | 65 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 D | BaseErrorDialog.java | 56 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 D | TakeScreenshotService.java | 19 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 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())) {
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/ |
H A 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()
|
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/ |
H A D | ContextualCardsFragment.java | 132 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 D | StatusIconPanelController.java | 119 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 D | SysUiOverlayInputConsumer.java | 79 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 D | CarEvsCameraPreviewActivity.java | 155 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 D | SystemUIDialogTest.java | 70 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in testRegisterReceiver()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
H A D | CarSystemBarButton.java | 318 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 D | HvacUiService.java | 142 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 D | QCFooterButton.java | 77 mContext.sendBroadcastAsUser(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), in QCFooterButton()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/ |
H A D | WifiDebuggingSecondaryUserActivity.java | 100 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
|
H A D | WifiDebuggingActivity.java | 179 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | StatusBehavior.kt | 78 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS))
|
H A D | DetailDialog.kt | 140 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS))
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WakeupOnboarding.java | 77 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS));
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipMenuController.java | 77 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 D | WirelessDebuggingTest.java | 169 .isEqualTo(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in setIsEnabled_true_keyguardUnlocked_WifiDisconnected_shouldDisableAdbWifi()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | NotificationBroadcastReceiver.java | 100 context.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onReceive()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | TelecomBroadcastIntentProcessor.java | 250 Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in closeSystemDialogs()
|