Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
DParsedActivityImpl.java76 private int documentLaunchMode; field in ParsedActivityImpl
109 this.documentLaunchMode = other.documentLaunchMode; in ParsedActivityImpl()
143 activity.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NONE; in makeAppDetailsActivity()
175 alias.documentLaunchMode = target.getDocumentLaunchMode(); in makeAlias()
296 dest.writeInt(this.documentLaunchMode); in writeToParcel()
334 this.documentLaunchMode = in.readInt(); in ParsedActivityImpl()
395 int documentLaunchMode, in ParsedActivityImpl() argument
419 this.documentLaunchMode = documentLaunchMode; in ParsedActivityImpl()
480 return documentLaunchMode; in getDocumentLaunchMode()
591 documentLaunchMode = value; in setDocumentLaunchMode()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java167 public int documentLaunchMode; field in ActivityInfo
1489 documentLaunchMode = orig.documentLaunchMode; in ActivityInfo()
1877 dest.writeInt(documentLaunchMode); in writeToParcel()
2002 documentLaunchMode = source.readInt(); in ActivityInfo()
DPackageParser.java4277 a.info.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NONE; in generateAppDetailsHiddenActivity()
4425 a.info.documentLaunchMode = sa.getInt( in parseActivity()
/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
DPackageInfoWithoutStateUtils.java532 ai.documentLaunchMode = a.getDocumentLaunchMode(); in generateActivityInfoUnchecked()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java2278 || r.info.documentLaunchMode == DOCUMENT_LAUNCH_ALWAYS) { in setInitialState()
2803 switch (r.info.documentLaunchMode) { in adjustLaunchFlagsToDocumentMode()
DTask.java1079 if (info.documentLaunchMode != ActivityInfo.DOCUMENT_LAUNCH_NONE) { in setIntent()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java7141 mResolveActivity.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NEVER; in setPlatformPackage()
/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.txt599 field public static final int documentLaunchMode = 16843845; // 0x1010445
11081 field public int documentLaunchMode;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75722 Lcom/android/internal/R$attr;->documentLaunchMode:I