Searched refs:onBubbleStateChange (Results 1 – 4 of 4) sorted by relevance
28 void onBubbleStateChange(in Bundle update); in onBubbleStateChange() method
296 void onBubbleStateChange(BubbleBarUpdate update); in onBubbleStateChange() method
549 mBubbleStateListener.onBubbleStateChange(update); in sendInitialListenerUpdate()1843 mBubbleStateListener.onBubbleStateChange(bubbleBarUpdate);2085 public void onBubbleStateChange(BubbleBarUpdate update) {2089 mListener.call(l -> l.onBubbleStateChange(b));
2168 public void onBubbleStateChange(BubbleBarUpdate update) { in onBubbleStateChange() method in BubblesTest.FakeBubbleStateListener