Searched defs:CATEGORY_APP_CALENDAR (Results 1 – 3 of 3) sorted by relevance
58 META_SHORTCUTS.append(KEYCODE_K, Intent.CATEGORY_APP_CALENDAR); in META_SHORTCUTS.append()
89 KeyEvent.KEYCODE_CALENDAR, Intent.CATEGORY_APP_CALENDAR); in sApplicationLaunchKeyCategories.append()
5626 public static final String CATEGORY_APP_CALENDAR = "android.intent.category.APP_CALENDAR"; field in Intent