Home
last modified time | relevance | path

Searched refs:ACTION_SHOW_BUBBLES (Results 1 – 3 of 3) 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.kt27 const val ACTION_SHOW_BUBBLES = "com.android.wm.shell.bubbles.action.SHOW_BUBBLES" constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java998 shortcutFilter.addAction(BubbleShortcutHelper.ACTION_SHOW_BUBBLES); in registerShortcutBroadcastReceiver()
1009 if (BubbleShortcutHelper.ACTION_SHOW_BUBBLES.equals(intent.getAction())) {