Searched refs:shortcutIntent (Results 1 – 3 of 3) sorted by relevance
121 Intent shortcutIntent = new Intent(mContext, SendBubbleActivity.class); in createDynamicShortcut() local122 shortcutIntent.setAction(Intent.ACTION_VIEW); in createDynamicShortcut()127 .setIntent(shortcutIntent) in createDynamicShortcut()136 .setIntent(shortcutIntent) in createDynamicShortcut()
1649 Intent shortcutIntent = in createDynamicShortcut() local1651 shortcutIntent.setAction(Intent.ACTION_VIEW); in createDynamicShortcut()1656 .setIntent(shortcutIntent) in createDynamicShortcut()
841 Intent shortcutIntent = new Intent(mContext, BubbledActivity.class); in createDynamicShortcut() local842 shortcutIntent.setAction(Intent.ACTION_VIEW); in createDynamicShortcut()847 .setIntent(shortcutIntent) in createDynamicShortcut()