Searched refs:getSelectedBubbleKey (Results 1 – 2 of 2) sorted by relevance
147 final String currentlySelected = mBubbleBarController.getSelectedBubbleKey(); in onBubbleClicked()218 return mBubbleBarController.getSelectedBubbleKey() != null; in hasBubbles()
432 if (getSelectedBubbleKey() != null) { in showSelectedBubble()443 mSystemUiProxy.showBubble(getSelectedBubbleKey(), mLastSentBubbleBarTop); in showSelectedBubble()473 public String getSelectedBubbleKey() { in getSelectedBubbleKey() method in BubbleBarController