Searched defs:FLAG_ACTIVITY_MULTIPLE_TASK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntent.java3642 * the state it was last in. See {@link #FLAG_ACTIVITY_MULTIPLE_TASK} for a flag
3655 * FLAG_ACTIVITY_MULTIPLE_TASK both of these behaviors are modified to skip
3684 public static final int FLAG_ACTIVITY_MULTIPLE_TASK = 0x08000000; field in class:Intent
3786 * #FLAG_ACTIVITY_MULTIPLE_TASK}. When used alone it is the
3789 * FLAG_ACTIVITY_MULTIPLE_TASK it is the equivalent of the Activity manifest specifying
3795 * @see #FLAG_ACTIVITY_MULTIPLE_TASK
6667 * @see #FLAG_ACTIVITY_MULTIPLE_TASK

Completed in 38 milliseconds