Searched refs:documentLaunchMode (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java73 * the {@link android.R.attr#documentLaunchMode} attribute.
78 * the {@link android.R.attr#documentLaunchMode} attribute.
83 * the {@link android.R.attr#documentLaunchMode} attribute.
88 * the {@link android.R.attr#documentLaunchMode} attribute.
93 * {@link android.R.attr#documentLaunchMode} attribute, one of
104 public int documentLaunchMode; field in class:ActivityInfo
H A DPackageParser.java3152 a.info.documentLaunchMode = sa.getInt(
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java382 if (info.documentLaunchMode != ActivityInfo.DOCUMENT_LAUNCH_NONE) {
H A DActivityStackSupervisor.java1856 switch (r.info.documentLaunchMode) {
1897 || r.info.documentLaunchMode == ActivityInfo.DOCUMENT_LAUNCH_ALWAYS) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java6546 mResolveActivity.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NEVER;

Completed in 335 milliseconds