Home
last modified time | relevance | path

Searched defs:CATEGORY_APP_EMAIL (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java338 KeyEvent.KEYCODE_ENVELOPE, Intent.CATEGORY_APP_EMAIL); in sApplicationLaunchKeyCategories.append()
/frameworks/base/core/java/android/content/
DIntent.java4922 public static final String CATEGORY_APP_EMAIL = "android.intent.category.APP_EMAIL"; field in Intent