Searched refs:shortcutIntent (Results 1 – 1 of 1) sorted by relevance
124 Intent shortcutIntent = new Intent(Intent.ACTION_MAIN); in setupShortcut() local125 shortcutIntent.setClassName(this, this.getClass().getName()); in setupShortcut()126 shortcutIntent.putExtra(EXTRA_KEY, "ApiDemos Provided This Shortcut"); in setupShortcut()131 intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcutIntent); in setupShortcut()