Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java59 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
DNotificationManagerService.java1630 public void onNotificationBubbleChanged(String key, boolean isBubble, int bubbleFlags) {
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl91 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java606 mBarService.onNotificationBubbleChanged(entry.getKey(), true, flags);
639 mBarService.onNotificationBubbleChanged(entry.getKey(), shouldBubble, flags);
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1867 public void onNotificationBubbleChanged(String key, boolean isBubble, int flags) { in onNotificationBubbleChanged() method in StatusBarManagerService
1871 mNotificationDelegate.onNotificationBubbleChanged(key, isBubble, flags); in onNotificationBubbleChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java1826 mBarService.onNotificationBubbleChanged(entry.getKey(), isBubble, flags); in setIsBubble()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java10159 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), false, 0);
10198 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true, 0);
10229 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true, 0);
10257 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), false, 0);
10292 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), false, 0);
10299 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true, 0);
10996 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(),