Home
last modified time | relevance | path

Searched refs:FLAG_ACTIVITY_RESET_TASK_IF_NEEDED (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/actions/
DQSTileIntentUserInputHandler.kt98 Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in handle()
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java175 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in createMappings()
210 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in closeApp()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/base/actions/
DQSTileIntentUserInputHandlerTest.kt114 Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in testPassNonActivityPendingIntentAndRequestStartingActivity_findsIntentAndStarts()
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
DRemoteDisplayProvider.java312 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in getSettingsPendingIntent()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStarterTests.java39 import static android.content.Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED;
487 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, in testSplitScreenDeliverToTop()
513 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, false); in testSplitScreenTaskToFront()
565 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, in testDesktopModeDeliverToTop()
588 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, false); in testDesktopModeTaskToFront()
947 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, false); in testWasVisibleInRestartAttempt()
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java259 intent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in intentForActivity()
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java154 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in startActivityAsUser()
156 launchIntent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in startActivityAsUser()
DLauncherAppsService.java1924 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in getMainActivityLaunchIntent()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java1045 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in resolveLoop()
1121 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in startHomeIntent()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java1354 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in launchTargetActivityOnMultiPressPower()
1544 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in stemPrimarySinglePressAction()
1557 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in stemPrimarySinglePressAction()
2287 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
2293 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
2297 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
2301 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
6972 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt444 Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) in <lambda>()
/frameworks/base/core/java/android/content/
DIntent.java7022 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED,
7070 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED,
7353 public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 0x00200000; field in Intent
8842 intent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in parseCommandArgs()
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardLayoutManager.java904 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showKeyboardLayoutNotification()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java43 import static android.content.Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED;
2276 reusedActivity != null && (mLaunchFlags & FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0; in complyActivityFlags()
DTask.java1008 if ((intentFlags & Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) { in setIntent()
5346 if ((r.intent.getFlags() & Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) {
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java263 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in buildHomeIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java1185 Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in launchSystemUpdate()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java4402 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showInputMethodAndSubtypeEnabler()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7810 field public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 2097152; // 0x200000
/frameworks/base/core/api/
Dcurrent.txt11464 field public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 2097152; // 0x200000