Home
last modified time | relevance | path

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

/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java173 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in createMappings()
208 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in closeApp()
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
DRemoteDisplayProvider.java296 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in getSettingsPendingIntent()
/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.java152 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in startActivityAsUser()
154 launchIntent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in startActivityAsUser()
DLauncherAppsService.java1285 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in getMainActivityLaunchIntent()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStarterTests.java41 import static android.content.Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED;
463 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, in testSplitScreenDeliverToTop()
488 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, false); in testSplitScreenTaskToFront()
1027 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, false); in testWasVisibleInRestartAttempt()
/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.java1175 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in launchTargetActivityOnMultiPressPower()
1350 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in stemPrimarySinglePressAction()
2004 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
2010 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
2014 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
2018 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
/frameworks/base/core/java/android/content/
DIntent.java6545 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED,
6593 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED,
6871 public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 0x00200000; field in Intent
8310 intent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in parseCommandArgs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt437 Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) in <lambda>()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java43 import static android.content.Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED;
2051 reusedActivity != null && (mLaunchFlags & FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0; in complyActivityFlags()
DTask.java1063 if ((intentFlags & Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) { in setIntent()
5153 if ((r.intent.getFlags() & Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) {
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java220 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in buildHomeIntent()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1307 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showMissingKeyboardLayoutNotification()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java5451 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showInputMethodAndSubtypeEnabler()
/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.txt10506 field public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 2097152; // 0x200000