Searched refs:shortcutIntent (Results 1 – 3 of 3) sorted by relevance
149 Intent shortcutIntent = new Intent(mContext, SendBubbleActivity.class); in createDynamicShortcut() local150 shortcutIntent.setAction(Intent.ACTION_VIEW); in createDynamicShortcut()155 .setIntent(shortcutIntent) in createDynamicShortcut()164 .setIntent(shortcutIntent) in createDynamicShortcut()
239 Intent shortcutIntent = new Intent(mContext, BubbledActivity.class); in createDynamicShortcut() local240 shortcutIntent.setAction(Intent.ACTION_VIEW); in createDynamicShortcut()245 .setIntent(shortcutIntent) in createDynamicShortcut()
1820 Intent shortcutIntent = new Intent(mContext, BubbleActivity.class); in createDynamicShortcut() local1821 shortcutIntent.setAction(Intent.ACTION_VIEW); in createDynamicShortcut()1827 .setIntent(shortcutIntent) in createDynamicShortcut()