Home
last modified time | relevance | path

Searched refs:FLAG_ACTIVITY_RESET_TASK_IF_NEEDED (Results 1 – 19 of 19) 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/services/tests/wmtests/src/com/android/server/wm/
DActivityStarterTests.java37 import static android.content.Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED;
419 final ActivityStarter starter = prepareStarter(FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in testSplitScreenDeliverToTop()
453 final ActivityStarter starter = prepareStarter(FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in testSplitScreenTaskToFront()
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
DRemoteDisplayProvider.java296 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in getSettingsPendingIntent()
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java122 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in startActivityAsUser()
DLauncherAppsService.java836 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in startActivityAsUser()
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java259 intent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in intentForActivity()
/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java540 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in resolveLoop()
610 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in closeApp()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java598 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in resolveLoop()
667 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in startHomeIntent()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java48 import static android.content.Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED;
1512 (mLaunchFlags & (FLAG_ACTIVITY_CLEAR_TOP | FLAG_ACTIVITY_RESET_TASK_IF_NEEDED)) in startActivityUnchecked()
1513 == (FLAG_ACTIVITY_CLEAR_TOP | FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) in startActivityUnchecked()
2205 if ((mLaunchFlags & FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) { in setTargetStackAndMoveToFrontIfNeeded()
2272 } else if ((mLaunchFlags & FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) == 0) { in setTaskFromIntentActivity()
DTaskRecord.java932 if ((intentFlags & Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) { in setIntent()
DActivityStack.java3235 if ((r.intent.getFlags() & Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) { in startActivityLocked()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java129 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in buildHomeIntent()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsActivity.java350 Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in onCreate()
/frameworks/base/core/java/android/content/
DIntent.java5681 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED,
5726 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED,
5997 public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 0x00200000; field in Intent
7325 intent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in parseCommandArgs()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java1803 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
1809 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
1813 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
1817 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1031 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showMissingKeyboardLayoutNotification()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4070 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showInputMethodAndSubtypeEnabler()
4085 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showConfigureInputMethods()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7810 field public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 2097152; // 0x200000
/frameworks/base/api/
Dcurrent.txt10472 field public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 2097152; // 0x200000