Searched refs:onNotificationBubbleChanged (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationDelegate.java | 55 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
|
H A D | NotificationManagerService.java | 1347 public void onNotificationBubbleChanged(String key, boolean isBubble, int bubbleFlags) {
|
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBarService.aidl | 82 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 690 mBarService.onNotificationBubbleChanged(entry.getKey(), true, flags); 721 mBarService.onNotificationBubbleChanged(entry.getKey(), shouldBubble, flags);
|
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1532 public void onNotificationBubbleChanged(String key, boolean isBubble, int flags) { in onNotificationBubbleChanged() method in StatusBarManagerService 1536 mNotificationDelegate.onNotificationBubbleChanged(key, isBubble, flags); in onNotificationBubbleChanged()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 1072 mBarService.onNotificationBubbleChanged(entry.getKey(), isBubble, flags); in setIsBubble()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 434 verify(mStatusBarService, times(1)).onNotificationBubbleChanged( in testPromoteBubble_autoExpand()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 6724 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), false, 0); in testNotificationBubbleChanged_false() 6763 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true, 0); in testNotificationBubbleChanged_true() 6794 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true, 0); in testNotificationBubbleChanged_true_notAllowed() 6822 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), false, 0); in testNotificationBubbleIsFlagRemoved_resetOnUpdate() 6857 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), false, 0); in testNotificationBubbleIsFlagRemoved_resetOnBubbleChangedTrue() 6864 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true, 0); in testNotificationBubbleIsFlagRemoved_resetOnBubbleChangedTrue() 7491 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), in testNotificationBubbles_bubbleStays_whenClicked_afterBubbleDismissed()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26578 PLcom/android/server/notification/NotificationManagerService$1;->onNotificationBubbleChanged(Ljava/… 39194 PLcom/android/server/statusbar/StatusBarManagerService;->onNotificationBubbleChanged(Ljava/lang/Str…
|