Searched refs:CATEGORY_DEFAULT (Results 1 – 10 of 10) sorted by relevance
122 intent.addCategory(Intent.CATEGORY_DEFAULT); in buildSendIntent()
83 {@link android.content.Intent#CATEGORY_DEFAULT} by default.147 {@link android.content.Intent#CATEGORY_DEFAULT} category in the intent filter. The methods {@link150 contained the {@link android.content.Intent#CATEGORY_DEFAULT} category. If you do not declare it, no
551 if (!defaultOnly || filter.hasCategory(Intent.CATEGORY_DEFAULT)) { in buildResolveList()
578 if (!defaultOnly || filter.hasCategory(Intent.CATEGORY_DEFAULT)) { in buildResolveList()
303 filter.addCategory(Intent.CATEGORY_DEFAULT); in onIntentSelected()
2615 public static final String CATEGORY_DEFAULT = "android.intent.category.DEFAULT"; field in Intent
1876 if (cat.equals(Intent.CATEGORY_DEFAULT)) { in readDefaultPreferredActivitiesLPw()
506 {@code CATEGORY_DEFAULT} constant).
3242 outInfo.hasDefault = outInfo.hasCategory(Intent.CATEGORY_DEFAULT); in parseIntent()
6149 field public static final java.lang.String CATEGORY_DEFAULT = "android.intent.category.DEFAULT";