Searched refs:onUnbubbleConversation (Results 1 – 3 of 3) sorted by relevance
306 void onUnbubbleConversation(String key); in onUnbubbleConversation() method
635 mStackView.setUnbubbleConversationCallback(mSysuiProxy::onUnbubbleConversation); in ensureStackViewCreated()
351 public void onUnbubbleConversation(String key) { in BubblesManager()