Searched refs:CATEGORY_DEFAULT (Results 1 – 16 of 16) sorted by relevance
31 {@link android.content.Intent#CATEGORY_DEFAULT} category in the intent filter. The methods34 as if they declared the {@link android.content.Intent#CATEGORY_DEFAULT} category.
126 intent.addCategory(Intent.CATEGORY_DEFAULT); in buildSendIntent()
82 {@link android.content.Intent#CATEGORY_DEFAULT} by default.146 {@link android.content.Intent#CATEGORY_DEFAULT} category in the intent filter. The methods {@link149 declared the {@link android.content.Intent#CATEGORY_DEFAULT} category. If you do not declare it
725 + filter.hasCategory(Intent.CATEGORY_DEFAULT)); in buildResolveList()726 if (!defaultOnly || filter.hasCategory(Intent.CATEGORY_DEFAULT)) { in buildResolveList()
69 categories {@link android.content.Intent#CATEGORY_DEFAULT CATEGORY_DEFAULT} and
561 intent.addCategory(Intent.CATEGORY_DEFAULT); in onShareDocuments()568 intent.addCategory(Intent.CATEGORY_DEFAULT); in onShareDocuments()
620 intentFilter.addCategory(Intent.CATEGORY_DEFAULT); in replacePreferredActivity()
46 The {@link android.content.Intent#CATEGORY_DEFAULT DEFAULT} category is
67 ><category android:name="android.intent.category.CATEGORY_DEFAULT" /></a></code>
498 {@link android.content.Intent#CATEGORY_DEFAULT} category in the intent filter. The methods501 as if they declared the {@link android.content.Intent#CATEGORY_DEFAULT} category.761 Android automatically applies the the {@link android.content.Intent#CATEGORY_DEFAULT} category
616 filter.addCategory(Intent.CATEGORY_DEFAULT); in onIntentSelected()
2278 if (cat.equals(Intent.CATEGORY_DEFAULT)) { in applyDefaultPreferredActivityLPw()2430 filter.addCategory(Intent.CATEGORY_DEFAULT); in applyDefaultPreferredActivityLPw()
2797 public static final String CATEGORY_DEFAULT = "android.intent.category.DEFAULT"; field in Intent
4162 outInfo.hasDefault = outInfo.hasCategory(Intent.CATEGORY_DEFAULT); in parseIntent()
7958 field public static final java.lang.String CATEGORY_DEFAULT = "android.intent.category.DEFAULT";
7714 field public static final java.lang.String CATEGORY_DEFAULT = "android.intent.category.DEFAULT";