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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java80 * the {@link android.R.attr#documentLaunchMode} attribute.
85 * the {@link android.R.attr#documentLaunchMode} attribute.
90 * the {@link android.R.attr#documentLaunchMode} attribute.
95 * the {@link android.R.attr#documentLaunchMode} attribute.
100 * {@link android.R.attr#documentLaunchMode} attribute, one of
111 public int documentLaunchMode; field in class:ActivityInfo
958 documentLaunchMode = orig.documentLaunchMode;
1154 dest.writeInt(documentLaunchMode);
1282 documentLaunchMode
[all...]

Completed in 146 milliseconds