Searched refs:BubbleShortcutHelper (Results 1 – 4 of 4) sorted by relevance
36 action = BubbleShortcutHelper.ACTION_SHOW_BUBBLES in onCreate()50 action = BubbleShortcutHelper.ACTION_SHOW_BUBBLES in createIntent()
25 object BubbleShortcutHelper { object
43 val shortcutInfo = BubbleShortcutHelper.createShortcut(this, icon) in createShortcut()
97 import com.android.wm.shell.bubbles.shortcut.BubbleShortcutHelper;998 shortcutFilter.addAction(BubbleShortcutHelper.ACTION_SHOW_BUBBLES); in registerShortcutBroadcastReceiver()1009 if (BubbleShortcutHelper.ACTION_SHOW_BUBBLES.equals(intent.getAction())) {