Home
last modified time | relevance | path

Searched refs:updateBubbleSuppressedState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java663 mImpl.mCachedState.updateBubbleSuppressedState(bubble); in onBubbleMetadataFlagChanged()
1643 mImpl.mCachedState.updateBubbleSuppressedState(bubble); in updateBubble()
1659 mImpl.mCachedState.updateBubbleSuppressedState(b); in updateNotNotifyingEntry()
2529 updateBubbleSuppressedState(b); in update()
2546 synchronized void updateBubbleSuppressedState(Bubble b) { in updateBubbleSuppressedState() method in BubbleController.BubblesImpl.CachedState