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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java50 * the {@link android.R.attr#launchMode} attribute.
55 * the {@link android.R.attr#launchMode} attribute.
60 * the {@link android.R.attr#launchMode} attribute.
65 * the {@link android.R.attr#launchMode} attribute.
70 * {@link android.R.attr#launchMode} attribute, one of
75 public int launchMode; field in class:ActivityInfo
949 launchMode = orig.launchMode;
1099 if (launchMode != 0 || flags != 0 || theme != 0) {
1100 pw.println(prefix + "launchMode
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java287 int launchMode; // the launch mode activity attribute. field in class:ActivityRecord
500 pw.print(" launchMode="); pw.println(launchMode);
855 && (aInfo.launchMode == LAUNCH_MULTIPLE
856 || aInfo.launchMode == LAUNCH_SINGLE_TOP))) {
895 launchMode = aInfo.launchMode;
1058 if (launchMode != LAUNCH_SINGLE_INSTANCE && launchMode != LAUNCH_SINGLE_TASK) {

Completed in 16 milliseconds