/aosp12/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/ |
H A D | SwitchPreview.java | 100 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 D | SwitchPreview.java | 99 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 D | SettingsInitializeTest.java | 77 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 D | BluetoothOppReceiver.java | 148 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 D | TvNotificationPanel.java | 94 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 D | MenuHelper.java | 82 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in startCameraActivity() 153 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in gotoGallery()
|
H A D | CameraButtonIntentReceiver.java | 50 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in onReceive()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
H A D | SetupActivity.java | 29 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP in onCreate()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/settings/ |
H A D | DialerSettingsActivity.java | 124 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 D | TmaLauncherActivity.java | 37 prefsIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in onCreate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/ |
H A D | BiometricsEnrollEnrolling.java | 126 | Intent.FLAG_ACTIVITY_CLEAR_TOP in launchFinish()
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
H A D | SuggestionUtils.java | 47 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in getSuggestionIntent()
|
H A D | AbstractSource.java | 93 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in createSourceSearchIntent()
|
/aosp12/packages/apps/Settings/src/com/android/settings/emergency/ |
H A D | EmergencyGestureEntrypointPreferenceController.java | 74 mIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in handlePreferenceTreeClick()
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | MonitoringCertInfoActivity.java | 92 intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in onClick()
|
/aosp12/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/ |
H A D | SmsMessageReceiver.java | 79 Intent.FLAG_ACTIVITY_CLEAR_TOP); in createDisplayMessageIntent()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | WorkLockActivityController.java | 67 | Intent.FLAG_ACTIVITY_CLEAR_TOP); in startWorkChallengeInTask()
|
/aosp12/packages/apps/Car/Media/src/com/android/car/media/ |
H A D | MediaDispatcherActivity.java | 102 newIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in onCreate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/ |
H A D | ZenRuleButtonsPreferenceController.java | 109 .addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP) in onClick()
|
/aosp12/packages/apps/Settings/src/com/android/settings/search/ |
H A D | SearchFeatureProvider.java | 102 .addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in initSearchToolbar()
|
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/ |
H A D | EmergencyInfoPreferenceController.java | 66 mIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in handlePreferenceTreeClick()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
H A D | WidgetService.java | 126 .setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP) in getViewAt()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | TestedScreen.java | 92 addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP). in launchClearTask()
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | LegacyGlobalActions.java | 423 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 D | GalleryUtils.java | 248 .setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP in startCameraActivity() 261 .setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP in startGalleryActivity()
|