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

/frameworks/base/core/java/android/content/
H A DIntent.java256 * {@link #CATEGORY_DEFAULT} so that they can be found by
341 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
358 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
408 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
420 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
458 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
554 * <li> {@link #CATEGORY_DEFAULT}
3000 public static final String CATEGORY_DEFAULT = "android.intent.category.DEFAULT"; field in class:Intent
5751 * <p>The activity must handle the {@link Intent#CATEGORY_DEFAULT} Intent

Completed in 535 milliseconds