Searched refs:launchMode (Results 1 – 17 of 17) sorted by relevance
69 public int launchMode; field in ActivityInfo650 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()
3079 a.info.launchMode = sa.getInt( in parseActivity()3126 a.info.launchMode = ActivityInfo.LAUNCH_MULTIPLE; in parseActivity()3303 info.launchMode = target.info.launchMode; in parseActivityAlias()
149 int launchMode; // the launch mode activity attribute. field in ActivityRecord277 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) {
1589 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()
531 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()
667 if (ret.launchMode == ActivityInfo.LAUNCH_MULTIPLE in performClearTaskLocked()
235 {@code launchMode}</a></li>300 launchMode}</a> attribute.</p>303 launchMode}</a> attribute specifies an instruction on how the activity should be launched into a305 <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 are380 href="{@docRoot}guide/topics/manifest/activity-element.html#lmode">{@code launchMode}</a> attribute399 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>
114 flag must have the {@code android:launchMode="standard"} attribute value (the default) set in the184 activity must be defined with {@code launchMode="standard"}. If this attribute is not specified,
310 if (aInfo.launchMode != ActivityInfo.LAUNCH_MULTIPLE || in startActivity()
165 android:launchMode="singleTask"
163 (<code>android:launchMode="singleTop"</code>), also handle the {@link
334 <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> 属…
26 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>
563 <li>If you set {@code android:launchMode} to <code>"singleTop"</code>, then the615 <b>android:launchMode="singleTop"</b> >
626 android:launchMode="singleTask"
5259 mResolveActivity.launchMode = ActivityInfo.LAUNCH_MULTIPLE; in scanPackageDirtyLI()6433 mResolveActivity.launchMode = ActivityInfo.LAUNCH_MULTIPLE; in setUpCustomResolverActivity()
743 field public static final int launchMode = 16842781; // 0x101001d8304 field public int launchMode;