Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java2490 private HashSet<String> mSuppressedBubbleKeys = new HashSet<>(); field in BubbleController.BubblesImpl.CachedState
2524 mSuppressedBubbleKeys.clear(); in update()
2548 mSuppressedBubbleKeys.add(b.getKey()); in updateBubbleSuppressedState()
2550 mSuppressedBubbleKeys.remove(b.getKey()); in updateBubbleSuppressedState()
2564 return mSuppressedBubbleKeys.contains(key) in isBubbleNotificationSuppressedFromShade()
2580 pw.println("mSuppressedBubbleKeys: " + mSuppressedBubbleKeys.size()); in dump()
2581 for (String key : mSuppressedBubbleKeys) { in dump()