Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java55 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
H A DNotificationManagerService.java1347 public void onNotificationBubbleChanged(String key, boolean isBubble, int bubbleFlags) {
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl82 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java690 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 DStatusBarManagerService.java1532 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 DBubbleController.java1072 mBarService.onNotificationBubbleChanged(entry.getKey(), isBubble, flags); in setIsBubble()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java434 verify(mStatusBarService, times(1)).onNotificationBubbleChanged( in testPromoteBubble_autoExpand()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java6724 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 Dart-profile26578 PLcom/android/server/notification/NotificationManagerService$1;->onNotificationBubbleChanged(Ljava/…
39194 PLcom/android/server/statusbar/StatusBarManagerService;->onNotificationBubbleChanged(Ljava/lang/Str…