Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A DTestLauncherActivity.java21 import static android.content.Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED;
32 .addFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in getTargetIntent()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DSettingsInitializeTest.java57 intent.setFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in refreshExistingShortcuts_shouldUpdateLaunchIntentFlagsForExistingShortcut()
74 assertThat(flags & Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED).isEqualTo(0); in refreshExistingShortcuts_shouldUpdateLaunchIntentFlagsForExistingShortcut()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DAppInfo.java114 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in AppInfo()
155 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in makeLaunchIntent()
/aosp12/packages/apps/Gallery2/src/com/android/camera/
H A DCameraActivity.java33 intent.setFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in onCreate()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGallery.java33 intent.setFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in onCreate()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/proxy/
H A DProxyActivityStarter.java81 .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in getLaunchIntent()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutKey.java64 .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) in makeIntent()
/aosp12/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java173 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in createMappings()
208 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in closeApp()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethodcommon/
H A DInputMethodSettingsImpl.java59 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in init()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java370 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in parseAndAdd()
411 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in parseAndAdd()
459 Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in parseAndAdd()
H A DDefaultLayoutParser.java138 Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in invalidPackageOrClass()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStarterTests.java38 import static android.content.Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED;
428 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, in testSplitScreenDeliverToTop()
453 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, false); in testSplitScreenTaskToFront()
885 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, false); in testWasVisibleInRestartAttempt()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
H A DSetupWizardActivity.java256 intent.setFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in invokeSetupWizardOfThisIme()
266 intent.setFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in invokeSettingsOfThisIme()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchWidgetProvider.java113 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in createQsbActivityIntent()
/aosp12/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplayProvider.java296 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in getSettingsPendingIntent()
/aosp12/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java259 intent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in intentForActivity()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DCustomInputStyleSettingsFragment.java244 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in createDialog()
/aosp12/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
H A DAppLaunch.java540 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in resolveLoop()
610 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in closeApp()
/aosp12/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java1045 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in resolveLoop()
1121 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in startHomeIntent()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1855 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in launchSettings()
1880 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED in showSubtypeSelectorAndSettings()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileAppsServiceImpl.java148 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in startActivityAsUser()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java787 Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in showNetworkSelection()
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java6223 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED,
6270 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED,
6547 public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 0x00200000; field in Intent
7945 intent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in parseCommandArgs()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1680 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
1686 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
1690 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
1694 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in init()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderTask.java613 Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); in loadWorkspace()

12