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.java443 final Icon browserIcon = getIconForIntentCategory(Intent.CATEGORY_APP_BROWSER, userId);
/frameworks/base/core/java/android/content/
H A DIntentFilter.java541 * - either the Intent category is {@link android.content.Intent#CATEGORY_APP_BROWSER}
549 return hasCategory(Intent.CATEGORY_APP_BROWSER) ||
H A DIntent.java3500 public static final String CATEGORY_APP_BROWSER = "android.intent.category.APP_BROWSER"; field in class:Intent
7005 * {@link #CATEGORY_APP_BROWSER}. This category allows you to build an
7014 * {@link #CATEGORY_APP_BROWSER} to point it specifically to the browser activity.
/frameworks/base/services/core/java/com/android/server/pm/
H A DDefaultPermissionGrantPolicy.java532 browserIntent.addCategory(Intent.CATEGORY_APP_BROWSER);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java2821 Intent.CATEGORY_APP_BROWSER);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java290 KeyEvent.KEYCODE_EXPLORER, Intent.CATEGORY_APP_BROWSER);

Completed in 354 milliseconds