Home
last modified time | relevance | path

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

1234

/aosp12/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
H A DSwitchPreview.java100 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in testSwitchMode()
106 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in testSwitchMode()
/aosp12/packages/apps/Camera2/tests/src/com/android/camera/stress/
H A DSwitchPreview.java99 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in testSwitchMode()
105 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in testSwitchMode()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DSettingsInitializeTest.java77 assertThat(flags & Intent.FLAG_ACTIVITY_CLEAR_TOP).isEqualTo( in refreshExistingShortcuts_shouldUpdateLaunchIntentFlagsForExistingShortcut()
78 Intent.FLAG_ACTIVITY_CLEAR_TOP); in refreshExistingShortcuts_shouldUpdateLaunchIntentFlagsForExistingShortcut()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppReceiver.java148 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in onReceive()
159 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in onReceive()
168 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in onReceive()
177 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in onReceive()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationPanel.java94 intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_SINGLE_TOP); in openInternalNotificationPanel()
117 intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_SINGLE_TOP); in startNotificationHandlerActivity()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DMenuHelper.java82 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in startCameraActivity()
153 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in gotoGallery()
H A DCameraButtonIntentReceiver.java50 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in onReceive()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
H A DSetupActivity.java29 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP in onCreate()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/settings/
H A DDialerSettingsActivity.java124 callSettingsIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in onBuildHeaders()
132 phoneAccountSettingsIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in onBuildHeaders()
/aosp12/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/phone/
H A DTmaLauncherActivity.java37 prefsIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in onCreate()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/
H A DBiometricsEnrollEnrolling.java126 | Intent.FLAG_ACTIVITY_CLEAR_TOP in launchFinish()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionUtils.java47 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in getSuggestionIntent()
H A DAbstractSource.java93 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in createSourceSearchIntent()
/aosp12/packages/apps/Settings/src/com/android/settings/emergency/
H A DEmergencyGestureEntrypointPreferenceController.java74 mIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in handlePreferenceTreeClick()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DMonitoringCertInfoActivity.java92 intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in onClick()
/aosp12/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
H A DSmsMessageReceiver.java79 Intent.FLAG_ACTIVITY_CLEAR_TOP); in createDisplayMessageIntent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DWorkLockActivityController.java67 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in startWorkChallengeInTask()
/aosp12/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaDispatcherActivity.java102 newIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in onCreate()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenRuleButtonsPreferenceController.java109 .addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP) in onClick()
/aosp12/packages/apps/Settings/src/com/android/settings/search/
H A DSearchFeatureProvider.java102 .addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in initSearchToolbar()
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DEmergencyInfoPreferenceController.java66 mIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in handlePreferenceTreeClick()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetService.java126 .setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP) in getViewAt()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DTestedScreen.java92 addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP). in launchClearTask()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java423 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in getSettingsAction()
465 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
487 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DGalleryUtils.java248 .setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP in startCameraActivity()
261 .setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP in startGalleryActivity()

1234