Home
last modified time | relevance | path

Searched defs:createChatBubble (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DFakeBubbleFactory.kt66 fun createChatBubble( in createChatBubble() method
DBubbleTaskViewListenerTest.kt574 private fun createChatBubble(key: String, shortcutInfo: ShortcutInfo): Bubble { in createChatBubble() method in com.android.wm.shell.bubbles.BubbleTaskViewListenerTest
587 private fun createChatBubble(key: String, pendingIntent: PendingIntent): Bubble { in createChatBubble() method
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleTest.java306 private Bubble createChatBubble(boolean useShortcut) { in createChatBubble() method in BubbleTest