Home
last modified time | relevance | path

Searched refs:launchMode (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DActivityInfo.java69 public int launchMode; field in ActivityInfo
650 launchMode = orig.launchMode; in ActivityInfo()
691 if (launchMode != 0 || flags != 0 || theme != 0) { in dump()
692 pw.println(prefix + "launchMode=" + launchMode in dump()
721 dest.writeInt(launchMode); in writeToParcel()
748 launchMode = source.readInt(); in ActivityInfo()
DPackageParser.java3079 a.info.launchMode = sa.getInt( in parseActivity()
3126 a.info.launchMode = ActivityInfo.LAUNCH_MULTIPLE; in parseActivity()
3303 info.launchMode = target.info.launchMode; in parseActivityAlias()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java149 int launchMode; // the launch mode activity attribute. field in ActivityRecord
277 pw.print(" launchMode="); pw.println(launchMode); in dump()
423 || aInfo.launchMode == ActivityInfo.LAUNCH_MULTIPLE in ActivityRecord()
424 || aInfo.launchMode == ActivityInfo.LAUNCH_SINGLE_TOP) { in ActivityRecord()
468 launchMode = aInfo.launchMode; in ActivityRecord()
526 launchMode != ActivityInfo.LAUNCH_SINGLE_INSTANCE &&
527 launchMode != ActivityInfo.LAUNCH_SINGLE_TASK) {
DActivityStackSupervisor.java1589 final boolean launchSingleTop = r.launchMode == ActivityInfo.LAUNCH_SINGLE_TOP; in startActivityUncheckedLocked()
1590 final boolean launchSingleInstance = r.launchMode == ActivityInfo.LAUNCH_SINGLE_INSTANCE; in startActivityUncheckedLocked()
1591 final boolean launchSingleTask = r.launchMode == ActivityInfo.LAUNCH_SINGLE_TASK; in startActivityUncheckedLocked()
1743 } else if (sourceRecord.launchMode == ActivityInfo.LAUNCH_SINGLE_INSTANCE) { in startActivityUncheckedLocked()
DActivityStack.java531 r.launchMode == ActivityInfo.LAUNCH_SINGLE_INSTANCE) { in findTaskLocked()
2399 if (target.info.launchMode == ActivityInfo.LAUNCH_SINGLE_TOP) { in resetAffinityTaskIfNeededLocked()
2949 final int parentLaunchMode = parent.info.launchMode; in navigateUpToLocked()
DTaskRecord.java667 if (ret.launchMode == ActivityInfo.LAUNCH_MULTIPLE in performClearTaskLocked()
/frameworks/base/docs/html/guide/components/
Dtasks-and-back-stack.jd235 {@code launchMode}</a></li>
300 launchMode}</a> attribute.</p>
303 launchMode}</a> attribute specifies an instruction on how the activity should be launched into a
305 <code><a href="{@docRoot}guide/topics/manifest/activity-element.html#lmode">launchMode</a></code>
376 element documentation, where the {@code launchMode} attribute and the accepted values are
380 href="{@docRoot}guide/topics/manifest/activity-element.html#lmode">{@code launchMode}</a> attribute
399 href="{@docRoot}guide/topics/manifest/activity-element.html#lmode">{@code launchMode}</a> value,
406 href="{@docRoot}guide/topics/manifest/activity-element.html#lmode">{@code launchMode}</a> value,
414 href="{@docRoot}guide/topics/manifest/activity-element.html#lmode">{@code launchMode}</a>
Drecents.jd114 flag must have the {@code android:launchMode="standard"} attribute value (the default) set in the
184 activity must be defined with {@code launchMode="standard"}. If this attribute is not specified,
/frameworks/base/core/java/android/app/
DLocalActivityManager.java310 if (aInfo.launchMode != ActivityInfo.LAUNCH_MULTIPLE || in startActivity()
/frameworks/base/docs/html/training/notify-user/
Dnavigation.jd165 android:launchMode="singleTask"
/frameworks/base/docs/html/training/search/
Dsetup.jd163 (<code>android:launchMode="singleTop"</code>), also handle the {@link
/frameworks/base/docs/html-intl/intl/ja/guide/topics/
Dfundamentals.jd334 <p style="margin-left: 2em">{@code taskAffinity} <br/>{@code launchMode} <br/>{@code allowTaskRepar…
364 <code><a href="{@docRoot}guide/topics/manifest/activity-element.html#lmode">launchMode</a></code> 属…
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd26 android:<a href="#lmode">launchMode</a>=["multiple" | "singleTop" |
121 modes. (See also the <code><a href="#lmode">launchMode</a></code>
336 activity must be defined with {@code launchMode="standard"}. If this attribute is not specified,
472 <dt><a name="lmode"></a>{@code android:launchMode}</dt>
/frameworks/base/docs/html/guide/topics/search/
Dsearch-dialog.jd563 <li>If you set {@code android:launchMode} to <code>"singleTop"</code>, then the
615 <b>android:launchMode="singleTop"</b> >
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd626 android:launchMode="singleTask"
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java5259 mResolveActivity.launchMode = ActivityInfo.LAUNCH_MULTIPLE; in scanPackageDirtyLI()
6433 mResolveActivity.launchMode = ActivityInfo.LAUNCH_MULTIPLE; in setUpCustomResolverActivity()
/frameworks/base/api/
Dcurrent.txt743 field public static final int launchMode = 16842781; // 0x101001d
8304 field public int launchMode;