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

/frameworks/base/core/java/android/content/
H A DIntent.java3651 * This flag is always paired with either {@link #FLAG_ACTIVITY_NEW_DOCUMENT}
3671 * See {@link #FLAG_ACTIVITY_NEW_DOCUMENT} for details of this flag's use for
3675 * {@link #FLAG_ACTIVITY_NEW_DOCUMENT} is not also set.
3681 * @see #FLAG_ACTIVITY_NEW_DOCUMENT
3763 * {@link #FLAG_ACTIVITY_NEW_DOCUMENT} which should be used instead of this.
3785 * <p>FLAG_ACTIVITY_NEW_DOCUMENT may be used in conjunction with {@link
3797 public static final int FLAG_ACTIVITY_NEW_DOCUMENT = FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET; field in class:Intent
3858 * By default a document created by {@link #FLAG_ACTIVITY_NEW_DOCUMENT} will
6668 * @see #FLAG_ACTIVITY_NEW_DOCUMENT
7917 return (mFlags & FLAG_ACTIVITY_NEW_DOCUMENT)
[all...]

Completed in 672 milliseconds