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

/frameworks/base/core/java/android/content/
H A DIntent.java5272 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; field in class:Intent
5684 * By default a document created by {@link #FLAG_ACTIVITY_NEW_DOCUMENT} wil
[all...]

Completed in 21 milliseconds