Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/component/
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()
DParsedActivityUtils.java158 …activity.documentLaunchMode = sa.getInt(R.styleable.AndroidManifestActivity_documentLaunchMode, Ac… in parseActivityOrReceiver()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java136 public int documentLaunchMode; field in ActivityInfo
1188 documentLaunchMode = orig.documentLaunchMode; in ActivityInfo()
1550 dest.writeInt(documentLaunchMode); in writeToParcel()
1672 documentLaunchMode = source.readInt(); in ActivityInfo()
DPackageParser.java4221 a.info.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NONE; in generateAppDetailsHiddenActivity()
4369 a.info.documentLaunchMode = sa.getInt( in parseActivity()
/frameworks/base/core/java/android/content/pm/parsing/
DPackageInfoWithoutStateUtils.java489 ai.documentLaunchMode = a.getDocumentLaunchMode(); in generateActivityInfoUnchecked()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java2293 || r.info.documentLaunchMode == DOCUMENT_LAUNCH_ALWAYS) { in setInitialState()
2721 switch (r.info.documentLaunchMode) { in adjustLaunchFlagsToDocumentMode()
DTask.java1321 if (info.documentLaunchMode != ActivityInfo.DOCUMENT_LAUNCH_NONE) { in setIntent()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java15240 mResolveActivity.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NEVER;
/frameworks/base/core/api/
Dcurrent.txt566 field public static final int documentLaunchMode = 16843845; // 0x1010445
11894 field public int documentLaunchMode;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt495 field public static final int documentLaunchMode = 16843845; // 0x1010445
8342 field public int documentLaunchMode;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt79045 Lcom/android/internal/R$attr;->documentLaunchMode:I