Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java2153 private HashSet<String> mSuppressedBubbleKeys = new HashSet<>(); field in BubbleController.BubblesImpl.CachedState
2187 mSuppressedBubbleKeys.clear(); in update()
2211 mSuppressedBubbleKeys.add(b.getKey()); in updateBubbleSuppressedState()
2213 mSuppressedBubbleKeys.remove(b.getKey()); in updateBubbleSuppressedState()
2227 return mSuppressedBubbleKeys.contains(key) in isBubbleNotificationSuppressedFromShade()
2244 pw.println(mSuppressedBubbleKeys.size()); in dump()
2245 for (String key : mSuppressedBubbleKeys) { in dump()