Home
last modified time | relevance | path

Searched refs:createShortcut (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/shortcut/
DCreateBubbleShortcutActivity.kt35 createShortcut() in onCreate()
40 private fun createShortcut() { in createShortcut() method
43 val shortcutInfo = BubbleShortcutHelper.createShortcut(this, icon) in createShortcut()
DBubbleShortcutHelper.kt30 fun createShortcut(context: Context, icon: Icon): ShortcutInfo { in createShortcut() method