Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedActivity.java59 int documentLaunchMode; field in ParsedActivity
95 this.documentLaunchMode = other.documentLaunchMode; in ParsedActivity()
127 activity.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NONE; in makeAppDetailsActivity()
158 alias.documentLaunchMode = target.documentLaunchMode; in makeAlias()
280 dest.writeInt(this.documentLaunchMode); in writeToParcel()
317 this.documentLaunchMode = in.readInt(); in ParsedActivity()
386 return documentLaunchMode; in getDocumentLaunchMode()
H A DParsedActivityUtils.java158 …activity.documentLaunchMode = sa.getInt(R.styleable.AndroidManifestActivity_documentLaunchMode, Ac… in parseActivityOrReceiver()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java137 public int documentLaunchMode; field in ActivityInfo
1210 documentLaunchMode = orig.documentLaunchMode; in ActivityInfo()
1575 dest.writeInt(documentLaunchMode); in writeToParcel()
1697 documentLaunchMode = source.readInt(); in ActivityInfo()
H A DPackageParser.java4221 a.info.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NONE; in generateAppDetailsHiddenActivity()
4369 a.info.documentLaunchMode = sa.getInt( in parseActivity()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DPackageInfoWithoutStateUtils.java489 ai.documentLaunchMode = a.getDocumentLaunchMode(); in generateActivityInfoUnchecked()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java2359 || r.info.documentLaunchMode == DOCUMENT_LAUNCH_ALWAYS) { in setInitialState()
2860 switch (r.info.documentLaunchMode) { in adjustLaunchFlagsToDocumentMode()
H A DTask.java1102 if (info.documentLaunchMode != ActivityInfo.DOCUMENT_LAUNCH_NONE) { in setIntent()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java15357 mResolveActivity.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NEVER;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt567 field public static final int documentLaunchMode = 16843845; // 0x1010445
11901 field public int documentLaunchMode;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt495 field public static final int documentLaunchMode = 16843845; // 0x1010445
8342 field public int documentLaunchMode;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt79045 Lcom/android/internal/R$attr;->documentLaunchMode:I