Searched refs:onNotificationBubbleChanged (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationDelegate.java | 59 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
|
H A D | NotificationManagerService.java | 1441 public void onNotificationBubbleChanged(String key, boolean isBubble, int bubbleFlags) {
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBarService.aidl | 91 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 546 mBarService.onNotificationBubbleChanged(entry.getKey(), true, flags); 579 mBarService.onNotificationBubbleChanged(entry.getKey(), shouldBubble, flags);
|
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1806 public void onNotificationBubbleChanged(String key, boolean isBubble, int flags) { in onNotificationBubbleChanged() method in StatusBarManagerService 1810 mNotificationDelegate.onNotificationBubbleChanged(key, isBubble, flags); in onNotificationBubbleChanged()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 1588 mBarService.onNotificationBubbleChanged(entry.getKey(), isBubble, flags); in setIsBubble()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 8949 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), false, 0); 8988 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true, 0); 9019 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true, 0); 9047 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), false, 0); 9082 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), false, 0); 9089 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true, 0); 9749 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(),
|