Home
last modified time | relevance | path

Searched refs:FLAG_ACTIVITY_TASK_ON_HOME (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DTaskStackBuilder.java308 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in getIntents()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStartInterceptor.java32 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;
438 FLAG_ACTIVITY_TASK_ON_HOME); in interceptWithConfirmCredentialsIfNeeded()
H A DActivityStarter.java46 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;
2228 (mStartActivity.intent.getFlags() & FLAG_ACTIVITY_TASK_ON_HOME) != 0; in recycleTask()
2230 targetTask.intent.addFlags(FLAG_ACTIVITY_TASK_ON_HOME); in recycleTask()
2232 targetTask.intent.removeFlags(FLAG_ACTIVITY_TASK_ON_HOME); in recycleTask()
H A DTask.java36 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;
1092 final int returnHomeFlags = FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME; in returnsToHomeRootTask()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutParser.java185 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseShortcutsOneFile()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskTests.java28 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;
470 task.intent.addFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME); in testReturnsToHomeRootTask()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java6756 FLAG_ACTIVITY_TASK_ON_HOME,
6804 FLAG_ACTIVITY_TASK_ON_HOME,
7177 public static final int FLAG_ACTIVITY_TASK_ON_HOME = 0X00004000; field in Intent
8527 intent.addFlags(Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseCommandArgs()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java7687 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntent().getFlags()); in testManifestShortcuts_intentDefinitions()
7693 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntents()[0].getFlags()); in testManifestShortcuts_intentDefinitions()
7711 Intent.FLAG_ACTIVITY_TASK_ON_HOME, i1.getFlags()); in testManifestShortcuts_intentDefinitions()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11110 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000