Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DActivityInfo.java113 public int documentLaunchMode; field in ActivityInfo
937 documentLaunchMode = orig.documentLaunchMode; in ActivityInfo()
1141 dest.writeInt(documentLaunchMode); in writeToParcel()
1206 documentLaunchMode = source.readInt(); in ActivityInfo()
DPackageParser.java4214 a.info.documentLaunchMode = sa.getInt( in parseActivity()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStarter.java1297 || r.info.documentLaunchMode == DOCUMENT_LAUNCH_ALWAYS) { in setInitialState()
2006 switch (r.info.documentLaunchMode) { in adjustLaunchFlagsToDocumentMode()
DTaskRecord.java869 if (info.documentLaunchMode != ActivityInfo.DOCUMENT_LAUNCH_NONE) { in setIntent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt495 field public static final int documentLaunchMode = 16843845; // 0x1010445
8342 field public int documentLaunchMode;
/frameworks/base/api/
Dcurrent.txt505 field public static final int documentLaunchMode = 16843845; // 0x1010445
10102 field public int documentLaunchMode;
Dsystem-current.txt626 field public static final int documentLaunchMode = 16843845; // 0x1010445
10682 field public int documentLaunchMode;