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

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

Completed in 99 milliseconds