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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java39 * the {@link android.R.attr#launchMode} attribute.
44 * the {@link android.R.attr#launchMode} attribute.
49 * the {@link android.R.attr#launchMode} attribute.
54 * the {@link android.R.attr#launchMode} attribute.
59 * {@link android.R.attr#launchMode} attribute, one of
64 public int launchMode; field in class:ActivityInfo
499 launchMode = orig.launchMode;
529 if (launchMode != 0 || flags != 0 || theme != 0) {
530 pw.println(prefix + "launchMode
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java115 int launchMode; // the launch mode activity attribute. field in class:ActivityRecord
218 pw.print(" launchMode="); pw.println(launchMode);
362 || aInfo.launchMode == ActivityInfo.LAUNCH_MULTIPLE
363 || aInfo.launchMode == ActivityInfo.LAUNCH_SINGLE_TOP) {
408 launchMode = aInfo.launchMode;

Completed in 63 milliseconds