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
349 launchMode = orig.launchMode;
377 if (launchMode != 0 || flags != 0 || theme != 0) {
378 pw.println(prefix + "launchMode
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java99 int launchMode; // the launch mode activity attribute. field in class:ActivityRecord
162 pw.print(" launchMode="); pw.println(launchMode);
223 || aInfo.launchMode == ActivityInfo.LAUNCH_MULTIPLE
224 || aInfo.launchMode == ActivityInfo.LAUNCH_SINGLE_TOP) {
259 launchMode = aInfo.launchMode;

Completed in 184 milliseconds