Searched refs:launchMode (Results 1 - 6 of 6) 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...]
H A DPackageParser.java1894 a.info.launchMode = sa.getInt(
1907 a.info.launchMode = ActivityInfo.LAUNCH_MULTIPLE;
2044 info.launchMode = target.info.launchMode;
/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;
H A DActivityStack.java404 && r.launchMode != ActivityInfo.LAUNCH_SINGLE_INSTANCE) {
1744 if (target.info.launchMode == ActivityInfo.LAUNCH_SINGLE_TOP) {
1824 if (ret.launchMode == ActivityInfo.LAUNCH_MULTIPLE
2086 } else if (sourceRecord.launchMode == ActivityInfo.LAUNCH_SINGLE_INSTANCE) {
2091 } else if (r.launchMode == ActivityInfo.LAUNCH_SINGLE_INSTANCE
2092 || r.launchMode == ActivityInfo.LAUNCH_SINGLE_TASK) {
2114 || r.launchMode == ActivityInfo.LAUNCH_SINGLE_TASK
2115 || r.launchMode == ActivityInfo.LAUNCH_SINGLE_INSTANCE) {
2124 ActivityRecord taskTop = r.launchMode != ActivityInfo.LAUNCH_SINGLE_INSTANCE
2168 || r.launchMode
[all...]
/frameworks/base/core/java/android/app/
H A DLocalActivityManager.java302 if (aInfo.launchMode != ActivityInfo.LAUNCH_MULTIPLE ||
/frameworks/base/services/java/com/android/server/
H A DPackageManagerService.java2903 mResolveActivity.launchMode = ActivityInfo.LAUNCH_MULTIPLE;

Completed in 159 milliseconds