Home
last modified time | relevance | path

Searched refs:BubbleShortcutHelper (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/shortcut/
DShowBubblesActivity.kt36 action = BubbleShortcutHelper.ACTION_SHOW_BUBBLES in onCreate()
50 action = BubbleShortcutHelper.ACTION_SHOW_BUBBLES in createIntent()
DBubbleShortcutHelper.kt25 object BubbleShortcutHelper { object
DCreateBubbleShortcutActivity.kt43 val shortcutInfo = BubbleShortcutHelper.createShortcut(this, icon) in createShortcut()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java97 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())) {