Searched refs:onNotificationBubbleChanged (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 59 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
|
D | NotificationManagerService.java | 1630 public void onNotificationBubbleChanged(String key, boolean isBubble, int bubbleFlags) {
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 91 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 606 mBarService.onNotificationBubbleChanged(entry.getKey(), true, flags); 639 mBarService.onNotificationBubbleChanged(entry.getKey(), shouldBubble, flags);
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1867 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/ |
D | BubbleController.java | 1826 mBarService.onNotificationBubbleChanged(entry.getKey(), isBubble, flags); in setIsBubble()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 10159 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(),
|