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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java44 * the {@link android.R.attr#launchMode} attribute.
49 * the {@link android.R.attr#launchMode} attribute.
54 * the {@link android.R.attr#launchMode} attribute.
59 * the {@link android.R.attr#launchMode} attribute.
64 * {@link android.R.attr#launchMode} attribute, one of
69 public int launchMode; field in class:ActivityInfo
707 launchMode = orig.launchMode;
750 if (launchMode != 0 || flags != 0 || theme != 0) {
751 pw.println(prefix + "launchMode
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java163 int launchMode; // the launch mode activity attribute. field in class:ActivityRecord
297 pw.print(" launchMode="); pw.println(launchMode);
490 || aInfo.launchMode == ActivityInfo.LAUNCH_MULTIPLE
491 || aInfo.launchMode == ActivityInfo.LAUNCH_SINGLE_TOP) {
535 launchMode = aInfo.launchMode;
594 launchMode != ActivityInfo.LAUNCH_SINGLE_INSTANCE &&
595 launchMode != ActivityInfo.LAUNCH_SINGLE_TASK) {

Completed in 54 milliseconds