Home
last modified time | relevance | path

Searched defs:onBubbleStateChange (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DIBubblesListener.aidl28 void onBubbleStateChange(in Bundle update); in onBubbleStateChange() method
H A DBubbles.java296 void onBubbleStateChange(BubbleBarUpdate update); in onBubbleStateChange() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java2168 public void onBubbleStateChange(BubbleBarUpdate update) { in onBubbleStateChange() method in BubblesTest.FakeBubbleStateListener