Home
last modified time | relevance | path

Searched refs:FLAG_ACTIVITY_CLEAR_TOP (Results 1 – 25 of 35) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationPanel.java95 intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_SINGLE_TOP); in openInternalNotificationPanel()
118 intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_SINGLE_TOP); in startNotificationHandlerActivity()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardQuickAffordanceRepository.kt183 Intent.FLAG_ACTIVITY_CLEAR_TOP or Intent.FLAG_ACTIVITY_NEW_TASK
189 Intent.FLAG_ACTIVITY_CLEAR_TOP or Intent.FLAG_ACTIVITY_NEW_TASK
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/testing/
H A DTestActivity.java62 .addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in start()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DWorkLockActivityController.java66 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in startWorkChallengeInTask()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DTestedScreen.java92 addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP). in launchClearTask()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java425 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in getSettingsAction()
467 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
489 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/
H A DCreateUserActivity.java52 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_NEW_TASK); in createIntentForStart()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DUnlaunchableAppActivity.java143 | Intent.FLAG_ACTIVITY_CLEAR_TOP)); in launchEmergencyDialer()
H A DSuspendedAppActivity.java113 .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in getMoreDetailsActivity()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDeviceControlsTile.kt111 addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP or Intent.FLAG_ACTIVITY_NEW_TASK)
/aosp14/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplayProvider.java313 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in getSettingsPendingIntent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
H A DStylusUsiPowerUI.kt212 .addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
H A DHomeControlsKeyguardQuickAffordanceConfig.kt131 .addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP or Intent.FLAG_ACTIVITY_NEW_TASK)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DDreamHomeControlsComplication.java233 .addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_NEW_TASK) in onClickHomeControls()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyButtonController.java189 | Intent.FLAG_ACTIVITY_CLEAR_TOP) in takeEmergencyCallAction()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletActivity.java260 .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in onOptionsItemSelected()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qrcodescanner/controller/
H A DQRCodeScannerController.java286 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_NEW_TASK); in updateQRCodeScannerActivityDetails()
/aosp14/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/
H A DAccessibilityMenuService.java267 Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in handleClick()
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeStressTestUtil.java487 .addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in start()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java926 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in onPress()
1133 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in getSettingsAction()
1155 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
1177 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
/aosp14/frameworks/base/core/java/android/app/
H A DLocalActivityManager.java376 (intent.getFlags()&Intent.FLAG_ACTIVITY_CLEAR_TOP) == 0) { in startActivity()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImpl.kt469 intent.flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TOP
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java34 import static android.content.Intent.FLAG_ACTIVITY_CLEAR_TOP;
2432 } else if ((mLaunchFlags & FLAG_ACTIVITY_CLEAR_TOP) != 0 in complyActivityFlags()
2474 } else if ((mLaunchFlags & FLAG_ACTIVITY_CLEAR_TOP) == 0 && !mAddingToTask in complyActivityFlags()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java403 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in settings()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java6742 FLAG_ACTIVITY_CLEAR_TOP,
6790 FLAG_ACTIVITY_CLEAR_TOP,
7031 public static final int FLAG_ACTIVITY_CLEAR_TOP = 0x04000000; field in Intent
8488 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in parseCommandArgs()

12