Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedActivityImpl.java76 private int documentLaunchMode; field in ParsedActivityImpl
112 this.documentLaunchMode = other.documentLaunchMode; in ParsedActivityImpl()
147 activity.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NONE; in makeAppDetailsActivity()
179 alias.documentLaunchMode = target.getDocumentLaunchMode(); in makeAlias()
301 dest.writeInt(this.documentLaunchMode); in writeToParcel()
340 this.documentLaunchMode = in.readInt(); in ParsedActivityImpl()
402 int documentLaunchMode, in ParsedActivityImpl() argument
427 this.documentLaunchMode = documentLaunchMode; in ParsedActivityImpl()
489 return documentLaunchMode; in getDocumentLaunchMode()
605 documentLaunchMode = value; in setDocumentLaunchMode()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java168 public int documentLaunchMode; field in ActivityInfo
1552 documentLaunchMode = orig.documentLaunchMode; in ActivityInfo()
1949 dest.writeInt(documentLaunchMode); in writeToParcel()
2075 documentLaunchMode = source.readInt(); in ActivityInfo()
H A DPackageParser.java4277 a.info.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NONE; in generateAppDetailsHiddenActivity()
4425 a.info.documentLaunchMode = sa.getInt( in parseActivity()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java2654 || r.info.documentLaunchMode == DOCUMENT_LAUNCH_ALWAYS) { in setInitialState()
3193 switch (r.info.documentLaunchMode) { in adjustLaunchFlagsToDocumentMode()
H A DTask.java1040 if (info.documentLaunchMode != ActivityInfo.DOCUMENT_LAUNCH_NONE) { in setIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java518 ai.documentLaunchMode = a.getDocumentLaunchMode(); in generateActivityInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java7659 mResolveActivity.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NEVER;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt707 field public static final int documentLaunchMode = 16843845; // 0x1010445
11727 field public int documentLaunchMode;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75722 Lcom/android/internal/R$attr;->documentLaunchMode:I