Searched refs:mSuppressedBubbleKeys (Results 1 – 1 of 1) sorted by relevance
2490 private HashSet<String> mSuppressedBubbleKeys = new HashSet<>(); field in BubbleController.BubblesImpl.CachedState2524 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()