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