Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java59 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
H A DNotificationManagerService.java1441 public void onNotificationBubbleChanged(String key, boolean isBubble, int bubbleFlags) {
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl91 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java546 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 DStatusBarManagerService.java1806 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 DBubbleController.java1588 mBarService.onNotificationBubbleChanged(entry.getKey(), isBubble, flags); in setIsBubble()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java8949 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(),