Searched refs:CATEGORY_BROWSABLE (Results 1 - 5 of 5) 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/content/
H A DIntentFilter.java485 * {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent data scheme
530 * the Intent category is {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent
543 * @return True if the filter handles ACTION_VIEW/CATEGORY_BROWSABLE,
548 * the Intent category is {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent
559 || !hasCategory(Intent.CATEGORY_BROWSABLE)
599 * the Intent category is {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent
H A DIntent.java555 * <li> {@link #CATEGORY_BROWSABLE}
3012 public static final String CATEGORY_BROWSABLE = "android.intent.category.BROWSABLE"; field in class:Intent
4317 * activity you should usually add in {@link #CATEGORY_BROWSABLE} to limit the activities
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java732 categories.contains(Intent.CATEGORY_BROWSABLE);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java411 sBrowserIntent.addCategory(Intent.CATEGORY_BROWSABLE);
815 return filter.hasCategory(Intent.CATEGORY_BROWSABLE)
15269 if (filter.hasCategory(Intent.CATEGORY_BROWSABLE)

Completed in 3820 milliseconds