Home
last modified time | relevance | path

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

/aosp12/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetProvider.java191 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in getLaunchPendingIntentTemplate()
213 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in getLaunchFillInIntent()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetClickHandler.java72 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in onCreate()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStartInterceptor.java32 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;
372 FLAG_ACTIVITY_TASK_ON_HOME); in interceptWithConfirmCredentialsIfNeeded()
H A DActivityStarter.java49 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;
2028 (mStartActivity.intent.getFlags() & FLAG_ACTIVITY_TASK_ON_HOME) != 0; in recycleTask()
2030 targetTask.intent.addFlags(FLAG_ACTIVITY_TASK_ON_HOME); in recycleTask()
2032 targetTask.intent.removeFlags(FLAG_ACTIVITY_TASK_ON_HOME); in recycleTask()
H A DTask.java40 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;
1145 final int returnHomeFlags = FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME; in returnsToHomeRootTask()
/aosp12/frameworks/base/core/java/android/app/
H A DTaskStackBuilder.java308 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in getIntents()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutParser.java185 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseShortcutsOneFile()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskTests.java28 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;
397 task.intent.addFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME); in testReturnsToHomeRootTask()
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java6232 FLAG_ACTIVITY_TASK_ON_HOME,
6279 FLAG_ACTIVITY_TASK_ON_HOME,
6651 public static final int FLAG_ACTIVITY_TASK_ON_HOME = 0X00004000; field in Intent
7954 intent.addFlags(Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseCommandArgs()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java7511 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntent().getFlags()); in testManifestShortcuts_intentDefinitions()
7517 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntents()[0].getFlags()); in testManifestShortcuts_intentDefinitions()
7535 Intent.FLAG_ACTIVITY_TASK_ON_HOME, i1.getFlags()); in testManifestShortcuts_intentDefinitions()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11333 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt7813 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000