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

/frameworks/base/core/java/android/content/
H A DIntent.java265 * {@link #CATEGORY_DEFAULT} so that they can be found by
350 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
367 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
417 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
429 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
467 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
565 * <li> {@link #CATEGORY_DEFAULT}
4023 public static final String CATEGORY_DEFAULT = "android.intent.category.DEFAULT"; field in class:Intent
7875 * <p>The activity must handle the {@link Intent#CATEGORY_DEFAULT} Intent

Completed in 28 milliseconds