Searched refs:onNotificationBubbleChanged (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 54 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
|
D | NotificationManagerService.java | 1180 public void onNotificationBubbleChanged(String key, boolean isBubble, int flags) {
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 80 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 1062 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/ |
D | StatusBarManagerService.java | 1385 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/ |
D | BubbleControllerTest.java | 336 verify(mStatusBarService, times(1)).onNotificationBubbleChanged( in testPromoteBubble_autoExpand()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 5675 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/ |
D | art-profile | 21411 PLcom/android/server/notification/NotificationManagerService$1;->onNotificationBubbleChanged(Ljava/… 30902 PLcom/android/server/statusbar/StatusBarManagerService;->onNotificationBubbleChanged(Ljava/lang/Str…
|