Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerView.java84 private @Nullable Consumer<String> mUnBubbleConversationCallback; field in BubbleBarLayerView
213 if (mUnBubbleConversationCallback != null) { in showExpandedView()
214 mUnBubbleConversationCallback.accept(bubbleKey); in showExpandedView()
335 mUnBubbleConversationCallback = unBubbleConversationCallback; in setUnBubbleConversationCallback()