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

/frameworks/base/core/java/android/content/
H A DIntent.java4987 FLAG_ACTIVITY_NEW_TASK,
5030 FLAG_ACTIVITY_NEW_TASK,
5197 public static final int FLAG_ACTIVITY_NEW_TASK = 0x10000000; field in class:Intent
5201 * or {@link #FLAG_ACTIVITY_NEW_TASK}. In both cases these flags alone would
5207 * <strong>When used with {@link #FLAG_ACTIVITY_NEW_TASK} do not use this
5210 * {@link #FLAG_ACTIVITY_NEW_TASK} to disable the
5223 * <p>This flag is ignored if one of {@link #FLAG_ACTIVITY_NEW_TASK} or
5231 * @see #FLAG_ACTIVITY_NEW_TASK
5255 * {@link #FLAG_ACTIVITY_NEW_TASK}: if used to start the root activity
5330 * {@link #FLAG_ACTIVITY_NEW_TASK} an
[all...]

Completed in 1984 milliseconds