Searched defs:CATEGORY_APP_CONTACTS (Results 1 – 3 of 3) sorted by relevance
56 META_SHORTCUTS.append(KEYCODE_C, Intent.CATEGORY_APP_CONTACTS); in META_SHORTCUTS.append()
87 KeyEvent.KEYCODE_CONTACTS, Intent.CATEGORY_APP_CONTACTS); in sApplicationLaunchKeyCategories.append()
5638 public static final String CATEGORY_APP_CONTACTS = "android.intent.category.APP_CONTACTS"; field in Intent