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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java79 * the {@link android.R.attr#documentLaunchMode} attribute.
84 * the {@link android.R.attr#documentLaunchMode} attribute.
89 * the {@link android.R.attr#documentLaunchMode} attribute.
94 * the {@link android.R.attr#documentLaunchMode} attribute.
99 * {@link android.R.attr#documentLaunchMode} attribute, one of
110 public int documentLaunchMode; field in class:ActivityInfo
950 documentLaunchMode = orig.documentLaunchMode;
1146 dest.writeInt(documentLaunchMode);
1192 documentLaunchMode
[all...]

Completed in 679 milliseconds