Searched refs:CATEGORY_ALTERNATIVE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMenu.java115 static final int CATEGORY_ALTERNATIVE = 0x00040000; field in interface:Menu
249 * either the {@link Intent#CATEGORY_ALTERNATIVE} or
/frameworks/base/core/java/android/content/
H A DIntent.java143 * {@link #CATEGORY_ALTERNATIVE} means it should be included in a list
253 * {@link #CATEGORY_ALTERNATIVE}, then you will only resolve to components
459 * <category android:name="{@link #CATEGORY_ALTERNATIVE android.intent.category.ALTERNATIVE}" />
557 * <li> {@link #CATEGORY_ALTERNATIVE}
3043 public static final String CATEGORY_ALTERNATIVE = "android.intent.category.ALTERNATIVE"; field in class:Intent
3047 * {@link #CATEGORY_ALTERNATIVE}, but is used in activities showing a list

Completed in 101 milliseconds