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

/frameworks/base/core/java/android/content/
H A DIntent.java235 * {@link #CATEGORY_DEFAULT} so that they can be found by
320 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
337 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
387 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
399 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
437 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
533 * <li> {@link #CATEGORY_DEFAULT}
2481 public static final String CATEGORY_DEFAULT = "android.intent.category.DEFAULT"; field in class:Intent
4694 * <p>The activity must handle the {@link Intent#CATEGORY_DEFAULT} Intent

Completed in 114 milliseconds