Searched refs:CATEGORY_BROWSABLE (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbAccessoryUriActivity.java88 intent.addCategory(Intent.CATEGORY_BROWSABLE);
/frameworks/base/core/java/android/widget/
H A DChronometer.java159 .addCategory(Intent.CATEGORY_BROWSABLE)
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DIntentForwarderActivityTest.java232 Intent.ACTION_VIEW, Intent.CATEGORY_BROWSABLE);
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolver.java484 && filter.hasCategory(Intent.CATEGORY_BROWSABLE)) {
H A DInstantAppRegistry.java411 if (categories != null && categories.contains(Intent.CATEGORY_BROWSABLE)) {
H A DPackageManagerService.java587 sBrowserIntent.addCategory(Intent.CATEGORY_BROWSABLE);
1235 return filter.hasCategory(Intent.CATEGORY_BROWSABLE)
22030 if (filter.hasCategory(Intent.CATEGORY_BROWSABLE)
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java623 .addCategory(Intent.CATEGORY_BROWSABLE)
/frameworks/base/core/java/android/content/
H A DIntentFilter.java522 * {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent data scheme
567 * the Intent category is {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent
580 * @return True if the filter handles ACTION_VIEW/CATEGORY_BROWSABLE,
585 * the Intent category is {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent
596 || !hasCategory(Intent.CATEGORY_BROWSABLE)
636 * the Intent category is {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent
H A DIntent.java566 * <li> {@link #CATEGORY_BROWSABLE}
4035 public static final String CATEGORY_BROWSABLE = "android.intent.category.BROWSABLE"; field in class:Intent
5927 * activity you should usually add in {@link #CATEGORY_BROWSABLE} to limit the activities
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java795 categories.contains(Intent.CATEGORY_BROWSABLE);
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java5268 return intent.hasCategory(Intent.CATEGORY_BROWSABLE)

Completed in 355 milliseconds