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

/frameworks/base/core/java/android/content/
H A DIntent.java4988 FLAG_ACTIVITY_MULTIPLE_TASK,
5031 FLAG_ACTIVITY_MULTIPLE_TASK,
5191 * the state it was last in. See {@link #FLAG_ACTIVITY_MULTIPLE_TASK} for a flag
5204 * FLAG_ACTIVITY_MULTIPLE_TASK both of these behaviors are modified to skip
5233 public static final int FLAG_ACTIVITY_MULTIPLE_TASK = 0x08000000; field in class:Intent
5336 * #FLAG_ACTIVITY_MULTIPLE_TASK}. When used alone it is the
5339 * FLAG_ACTIVITY_MULTIPLE_TASK it is the equivalent of the Activity manifest specifying
5345 * @see #FLAG_ACTIVITY_MULTIPLE_TASK
5426 * {@link #FLAG_ACTIVITY_NEW_TASK}. Also, setting {@link #FLAG_ACTIVITY_MULTIPLE_TASK} is
6565 intent.addFlags(Intent.FLAG_ACTIVITY_MULTIPLE_TASK);
[all...]

Completed in 472 milliseconds