Home
last modified time | relevance | path

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

/frameworks/support/core-utils/java/android/support/v4/app/
DTaskStackBuilder.java95 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in getPendingIntent()
106 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in getPendingIntent()
327 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in startActivities()
372 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in getPendingIntent()
390 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in getIntents()
/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
DViewFromOtherTaskActivity.java49 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in onLaunchOtherTask()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStartInterceptor.java29 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;
231 FLAG_ACTIVITY_TASK_ON_HOME); in interceptWithConfirmCredentialsIfNeeded()
DActivityStarter.java48 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;
709 FLAG_ACTIVITY_TASK_ON_HOME); in startConfirmCredentialIntent()
1607 if ((launchFlags & (FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME)) in updateTaskReturnToType()
1608 == (FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME)) { in updateTaskReturnToType()
/frameworks/support/compat/java/android/support/v4/content/
DIntentCompat.java190 public static final int FLAG_ACTIVITY_TASK_ON_HOME = 0x00004000; field in IntentCompat
/frameworks/base/core/java/android/app/
DTaskStackBuilder.java306 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in getIntents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
DRecentsTvImpl.java111 | Intent.FLAG_ACTIVITY_TASK_ON_HOME); in startRecentsActivity()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutParser.java168 Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseShortcutsOneFile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImpl.java933 | Intent.FLAG_ACTIVITY_TASK_ON_HOME); in startRecentsActivity()
/frameworks/base/core/java/android/content/
DIntent.java4572 public static final int FLAG_ACTIVITY_TASK_ON_HOME = 0X00004000; field in Intent
5713 intent.addFlags(Intent.FLAG_ACTIVITY_TASK_ON_HOME); in parseCommandArgs()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java6260 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntent().getFlags()); in testManifestShortcuts_intentDefinitions()
6266 Intent.FLAG_ACTIVITY_TASK_ON_HOME, si.getIntents()[0].getFlags()); in testManifestShortcuts_intentDefinitions()
6284 Intent.FLAG_ACTIVITY_TASK_ON_HOME, i1.getFlags()); in testManifestShortcuts_intentDefinitions()
/frameworks/support/api/
Dcurrent.txt4730 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7813 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000
/frameworks/base/api/
Dcurrent.txt8786 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000
Dsystem-current.txt9137 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000
Dtest-current.txt8798 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000