Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DTaskStackBuilder.java95 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in getPendingIntent()
106 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in getPendingIntent()
324 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in startActivities()
369 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in getPendingIntent()
387 IntentCompat.FLAG_ACTIVITY_TASK_ON_HOME); in getIntents()
/frameworks/support/v4/java/android/support/v4/content/
DIntentCompat.java184 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/services/core/java/com/android/server/am/
DActivityStackSupervisor.java21 import static android.content.Intent.FLAG_ACTIVITY_TASK_ON_HOME;
1875 (FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME)) in startActivityUncheckedLocked()
1876 == (FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_TASK_ON_HOME)) { in startActivityUncheckedLocked()
2086 (Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_TASK_ON_HOME)) in startActivityUncheckedLocked()
2087 == (Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_TASK_ON_HOME)) { in startActivityUncheckedLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DAlternateRecentsComponent.java708 | Intent.FLAG_ACTIVITY_TASK_ON_HOME); in startAlternateRecentsActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentsPanelView.java687 | Intent.FLAG_ACTIVITY_TASK_ON_HOME in handleOnClick()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java560 intent.addFlags(Intent.FLAG_ACTIVITY_TASK_ON_HOME); in makeIntent()
/frameworks/base/core/java/android/content/
DIntent.java3856 public static final int FLAG_ACTIVITY_TASK_ON_HOME = 0X00004000; field in Intent
/frameworks/base/docs/html/tools/help/
Dadb.jd821 <dd>Include the flag {@link android.content.Intent#FLAG_ACTIVITY_TASK_ON_HOME}.
/frameworks/base/api/
Dsystem-current.txt8061 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000
Dcurrent.txt7815 field public static final int FLAG_ACTIVITY_TASK_ON_HOME = 16384; // 0x4000