Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java378 void onUnbubbleConversation(String key); in onUnbubbleConversation() method
DBubbleController.java825 mLayerView.setUnBubbleConversationCallback(mSysuiProxy::onUnbubbleConversation); in ensureBubbleViewsAndWindowCreated()
838 mStackView.setUnbubbleConversationCallback(mSysuiProxy::onUnbubbleConversation); in ensureBubbleViewsAndWindowCreated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java404 public void onUnbubbleConversation(String key) { in BubblesManager()