Searched refs:CATEGORY_APP_BROWSER (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcuts.java460 final Icon browserIcon = getIconForIntentCategory(Intent.CATEGORY_APP_BROWSER, userId);
/frameworks/base/core/java/android/content/
H A DIntentFilter.java565 * - either the Intent category is {@link android.content.Intent#CATEGORY_APP_BROWSER}
573 return hasCategory(Intent.CATEGORY_APP_BROWSER) ||
H A DIntent.java4272 public static final String CATEGORY_APP_BROWSER = "android.intent.category.APP_BROWSER"; field in class:Intent
8237 * {@link #CATEGORY_APP_BROWSER}. This category allows you to build an
8246 * {@link #CATEGORY_APP_BROWSER} to point it specifically to the browser activity.
/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DDefaultPermissionGrantPolicy.java640 browserIntent.addCategory(Intent.CATEGORY_APP_BROWSER);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java2853 Intent.CATEGORY_APP_BROWSER);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java422 KeyEvent.KEYCODE_EXPLORER, Intent.CATEGORY_APP_BROWSER);

Completed in 104 milliseconds