Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java54 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
DNotificationManagerService.java1180 public void onNotificationBubbleChanged(String key, boolean isBubble, int flags) {
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl80 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java1062 mBarService.onNotificationBubbleChanged(entry.getKey(), true, flags); in onUserChangedImportance()
1151 mBarService.onNotificationBubbleChanged(entry.getKey(), shouldBubble, flags); in onUserChangedBubble()
1266 mBarService.onNotificationBubbleChanged(entry.getKey(), isBubble, flags); in setIsBubble()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1385 public void onNotificationBubbleChanged(String key, boolean isBubble, int flags) { in onNotificationBubbleChanged() method in StatusBarManagerService
1389 mNotificationDelegate.onNotificationBubbleChanged(key, isBubble, flags); in onNotificationBubbleChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java336 verify(mStatusBarService, times(1)).onNotificationBubbleChanged( in testPromoteBubble_autoExpand()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java5675 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), false, 0); in testNotificationBubbleChanged_false()
5714 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true, 0); in testNotificationBubbleChanged_true()
5745 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true, 0); in testNotificationBubbleChanged_true_notAllowed()
5773 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), false, 0); in testNotificationBubbleIsFlagRemoved_resetOnUpdate()
5808 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), false, 0); in testNotificationBubbleIsFlagRemoved_resetOnBubbleChangedTrue()
5815 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true, 0); in testNotificationBubbleIsFlagRemoved_resetOnBubbleChangedTrue()
/frameworks/base/services/
Dart-profile21411 PLcom/android/server/notification/NotificationManagerService$1;->onNotificationBubbleChanged(Ljava/…
30902 PLcom/android/server/statusbar/StatusBarManagerService;->onNotificationBubbleChanged(Ljava/lang/Str…