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

/frameworks/base/core/java/android/content/
H A DIntent.java254 * {@link #CATEGORY_DEFAULT} so that they can be found by
339 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
356 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
406 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
418 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
456 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
552 * <li> {@link #CATEGORY_DEFAULT}
2797 public static final String CATEGORY_DEFAULT = "android.intent.category.DEFAULT"; field in class:Intent
5452 * <p>The activity must handle the {@link Intent#CATEGORY_DEFAULT} Intent

Completed in 40 milliseconds