Home
last modified time | relevance | path

Searched defs:isBubbleNotificationSuppressedFromShade (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java815 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade() method in BubbleController
1456 public synchronized boolean isBubbleNotificationSuppressedFromShade(String key, in isBubbleNotificationSuppressedFromShade() method in BubbleController.BubblesImpl.CachedState
1491 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade() method in BubbleController.BubblesImpl
H A DBubbles.java84 boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey); in isBubbleNotificationSuppressedFromShade() method