Home | History | Annotate | Download | only in content

Lines Matching defs:FLAG_ACTIVITY_NEW_DOCUMENT

5272             FLAG_ACTIVITY_NEW_DOCUMENT,
5316 FLAG_ACTIVITY_NEW_DOCUMENT,
5476 * This flag is always paired with either {@link #FLAG_ACTIVITY_NEW_DOCUMENT}
5496 * See {@link #FLAG_ACTIVITY_NEW_DOCUMENT} for details of this flag's use for
5500 * {@link #FLAG_ACTIVITY_NEW_DOCUMENT} is not also set.
5506 * @see #FLAG_ACTIVITY_NEW_DOCUMENT
5588 * {@link #FLAG_ACTIVITY_NEW_DOCUMENT} which should be used instead of this.
5611 * <p>FLAG_ACTIVITY_NEW_DOCUMENT may be used in conjunction with {@link
5623 public static final int FLAG_ACTIVITY_NEW_DOCUMENT = FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET;
5684 * By default a document created by {@link #FLAG_ACTIVITY_NEW_DOCUMENT} will
10489 return (mFlags & FLAG_ACTIVITY_NEW_DOCUMENT) == FLAG_ACTIVITY_NEW_DOCUMENT;