Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DParsedActivityImpl.java74 private int documentLaunchMode; field in ParsedActivityImpl
112 this.documentLaunchMode = other.documentLaunchMode; in ParsedActivityImpl()
148 activity.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NONE; in makeAppDetailsActivity()
180 alias.documentLaunchMode = target.getDocumentLaunchMode(); in makeAlias()
304 dest.writeInt(this.documentLaunchMode); in writeToParcel()
344 this.documentLaunchMode = in.readInt(); in ParsedActivityImpl()
407 int documentLaunchMode, in ParsedActivityImpl() argument
433 this.documentLaunchMode = documentLaunchMode; in ParsedActivityImpl()
496 return documentLaunchMode; in getDocumentLaunchMode()
617 documentLaunchMode = value; in setDocumentLaunchMode()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java169 public int documentLaunchMode; field in ActivityInfo
1734 documentLaunchMode = orig.documentLaunchMode;
2136 dest.writeInt(documentLaunchMode);
2263 documentLaunchMode = source.readInt();
DPackageParser.java4277 a.info.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NONE; in generateAppDetailsHiddenActivity()
4425 a.info.documentLaunchMode = sa.getInt( in parseActivity()
/frameworks/base/core/java/com/android/internal/pm/parsing/
DPackageInfoCommonUtils.java363 ai.documentLaunchMode = a.getDocumentLaunchMode(); in generateActivityInfo()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java2515 || r.info.documentLaunchMode == DOCUMENT_LAUNCH_ALWAYS) { in setInitialState()
3081 switch (r.info.documentLaunchMode) { in adjustLaunchFlagsToDocumentMode()
DTask.java1024 if (info.documentLaunchMode != ActivityInfo.DOCUMENT_LAUNCH_NONE) { in setIntent()
DActivityTaskManagerService.java1518 a.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_ALWAYS; in startDreamActivityInternal()
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageInfoUtils.java572 ai.documentLaunchMode = a.getDocumentLaunchMode(); in generateActivityInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java7875 mResolveActivity.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NEVER; in setPlatformPackage()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt495 field public static final int documentLaunchMode = 16843845; // 0x1010445
8342 field public int documentLaunchMode;
/frameworks/base/core/api/
Dcurrent.txt728 field public static final int documentLaunchMode = 16843845; // 0x1010445
12111 field public int documentLaunchMode;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75079 Lcom/android/internal/R$attr;->documentLaunchMode:I