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

/frameworks/base/core/java/android/content/
H A DIntent.java4367 * This flag is always paired with either {@link #FLAG_ACTIVITY_NEW_DOCUMENT}
4387 * See {@link #FLAG_ACTIVITY_NEW_DOCUMENT} for details of this flag's use for
4391 * {@link #FLAG_ACTIVITY_NEW_DOCUMENT} is not also set.
4397 * @see #FLAG_ACTIVITY_NEW_DOCUMENT
4479 * {@link #FLAG_ACTIVITY_NEW_DOCUMENT} which should be used instead of this.
4501 * <p>FLAG_ACTIVITY_NEW_DOCUMENT may be used in conjunction with {@link
4513 public static final int FLAG_ACTIVITY_NEW_DOCUMENT = FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET; field in class:Intent
4574 * By default a document created by {@link #FLAG_ACTIVITY_NEW_DOCUMENT} will
7865 * @see #FLAG_ACTIVITY_NEW_DOCUMENT
9156 return (mFlags & FLAG_ACTIVITY_NEW_DOCUMENT)
[all...]

Completed in 28 milliseconds