Home
last modified time | relevance | path

Searched refs:documentLaunchMode (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/core/java/android/content/pm/
DActivityInfo.java109 public int documentLaunchMode; field in ActivityInfo
790 documentLaunchMode = orig.documentLaunchMode; in ActivityInfo()
927 dest.writeInt(documentLaunchMode); in writeToParcel()
970 documentLaunchMode = source.readInt(); in ActivityInfo()
DPackageParser.java3503 a.info.documentLaunchMode = sa.getInt( in parseActivity()
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
Drecents.jd153 {@code android:documentLaunchMode}</a> 達成。
185 {@code documentLaunchMode="none"}。</p>
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Drecents.jd155 {@code android:documentLaunchMode}</a>. Этот атрибут имеет четыре значения, которые работают следую…
185 используется {@code documentLaunchMode="none"}.</p>
/frameworks/base/docs/html-intl/intl/ja/guide/components/
Drecents.jd152 …guide/topics/manifest/activity-element.html#dlmode">{@code android:documentLaunchMode}</a> を使ってアクテ…
184 属性が指定されていない場合は、{@code documentLaunchMode="none"} が使用されます。
/frameworks/base/docs/html-intl/intl/ko/guide/components/
Drecents.jd155 {@code android:documentLaunchMode}</a>를 사용한다고 나타낼 수도 있습니다. 이 특성에는 네 가지 값이 있어 사용자가 애플리케이션으로 문서를 열면
185 {@code documentLaunchMode="none"}이 사용됩니다.</p>
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Drecents.jd154 …t}guide/topics/manifest/activity-element.html#dlmode">{@code android:documentLaunchMode}</a> 进入新任务。
185 {@code documentLaunchMode="none"}。</p>
/frameworks/base/docs/html-intl/intl/in/guide/components/
Drecents.jd155 {@code android:documentLaunchMode}</a>. Atribut ini memiliki empat nilai yang menghasilkan efek ber…
185 {@code documentLaunchMode="none"} akan digunakan.</p>
/frameworks/base/docs/html/guide/components/
Drecents.jd155 {@code android:documentLaunchMode}</a>. This attribute has four values which produce the following
185 {@code documentLaunchMode="none"} is used.</p>
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/
Drecents.jd155 {@code android:documentLaunchMode}</a>. Esse atributo tem quatro valores que produzem os seguintes
185 {@code documentLaunchMode="none"} será usado.</p>
/frameworks/base/docs/html-intl/intl/vi/guide/components/
Drecents.jd155 {@code android:documentLaunchMode}</a>. Thuộc tính này có bốn giá trị tạo ra hiệu ứng
185 {@code documentLaunchMode="none"} sẽ được sử dụng.</p>
/frameworks/base/services/core/java/com/android/server/am/
DActivityStarter.java1212 || r.info.documentLaunchMode == DOCUMENT_LAUNCH_ALWAYS) { in setInitialState()
1793 switch (r.info.documentLaunchMode) { in adjustLaunchFlagsToDocumentMode()
DTaskRecord.java468 if (info.documentLaunchMode != ActivityInfo.DOCUMENT_LAUNCH_NONE) { in setIntent()
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd19 android:<a href="#dlmode">documentLaunchMode</a>=["intoExisting" | "always" |
319 <dt><a name="dlmode"></a>{@code android:documentLaunchMode}</dt>
362 {@code documentLaunchMode="none"} is used.</p>
/frameworks/base/docs/html-intl/intl/zh-tw/about/versions/
Dandroid-5.0.jd267 …cs/manifest/activity-element.html">&lt;activity&gt;</a> 元素的 {@code documentLaunchMode} 屬性設定為 {@cod…
/frameworks/base/docs/html-intl/intl/ja/about/versions/
Dandroid-5.0.jd267 …cs/manifest/activity-element.html">&lt;activity&gt;</a> 要素の {@code documentLaunchMode} 属性を {@code …
/frameworks/base/docs/html-intl/intl/ko/about/versions/
Dandroid-5.0.jd268 …cs/manifest/activity-element.html">&lt;activity&gt;</a> 요소의 {@code documentLaunchMode} 속성을 {@code …
/frameworks/base/docs/html-intl/intl/zh-cn/about/versions/
Dandroid-5.0.jd269 …cs/manifest/activity-element.html">&lt;activity&gt;</a> 元素的 {@code documentLaunchMode} 属性设置为 {@cod…
/frameworks/base/docs/html-intl/intl/ru/about/versions/
Dandroid-5.0.jd268 …topics/manifest/activity-element.html">&lt;activity&gt;</a> {@code documentLaunchMode} значение {@…
/frameworks/base/docs/html/about/versions/
Dandroid-5.0.jd214 element's {@code documentLaunchMode} attribute to {@code "intoExisting"} or
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1239 NO DOC BLOCK: android.R.attr Field documentLaunchMode
1240 NO DOC BLOCK: android.content.pm.ActivityInfo Field documentLaunchMode
/frameworks/base/docs/html-intl/intl/es/about/versions/
Dandroid-5.0.jd267 …uedes obtener este comportamiento estableciendo el atributo {@code documentLaunchMode} del element…
/frameworks/base/docs/html-intl/intl/pt-br/about/versions/
Dandroid-5.0.jd265 …/topics/manifest/activity-element.html">&lt;activity&gt;</a>{@code documentLaunchMode} como {@code…
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java8074 mResolveActivity.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NEVER;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt495 field public static final int documentLaunchMode = 16843845; // 0x1010445
8342 field public int documentLaunchMode;

12