Searched refs:mUnBubbleConversationCallback (Results 1 – 1 of 1) sorted by relevance
84 private @Nullable Consumer<String> mUnBubbleConversationCallback; field in BubbleBarLayerView213 if (mUnBubbleConversationCallback != null) { in showExpandedView()214 mUnBubbleConversationCallback.accept(bubbleKey); in showExpandedView()335 mUnBubbleConversationCallback = unBubbleConversationCallback; in setUnBubbleConversationCallback()