Searched refs:onHasBubblesChanged (Results 1 – 2 of 2) sorted by relevance
202 verify(mBubbleStateChangeListener).onHasBubblesChanged(true); in testAddBubble()217 verify(mBubbleStateChangeListener).onHasBubblesChanged(true); in testRemoveBubble()223 verify(mBubbleStateChangeListener).onHasBubblesChanged(false); in testRemoveBubble()358 verify(mBubbleStateChangeListener).onHasBubblesChanged(true); in testRemoveLastExpandedCollapses()386 verify(mBubbleStateChangeListener).onHasBubblesChanged(false); in testRemoveLastExpandedCollapses()404 verify(mBubbleStateChangeListener).onHasBubblesChanged(true /* hasBubbles */); in testAutoExpand_FailsNotForeground()442 verify(mBubbleStateChangeListener).onHasBubblesChanged(true /* hasBubbles */); in testAutoExpand_SucceedsForeground()456 verify(mBubbleStateChangeListener).onHasBubblesChanged(true /* hasBubbles */); in testSuppressNotif_FailsNotForeground()492 verify(mBubbleStateChangeListener).onHasBubblesChanged(true /* hasBubbles */); in testSuppressNotif_SucceedsForeground()520 verify(mBubbleStateChangeListener, never()).onHasBubblesChanged(anyBoolean()); in testAddNotif_notBubble()
170 void onHasBubblesChanged(boolean hasBubbles); in onHasBubblesChanged() method653 mStateChangeListener.onHasBubblesChanged(hasBubblesShowing); in updateStack()