Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java49 void onNotificationBubbleChanged(String key, boolean isBubble); in onNotificationBubbleChanged() method
DNotificationManagerService.java1060 public void onNotificationBubbleChanged(String key, boolean isBubble) {
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl79 void onNotificationBubbleChanged(String key, boolean isBubble); in onNotificationBubbleChanged() method
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1323 public void onNotificationBubbleChanged(String key, boolean isBubble) { in onNotificationBubbleChanged() method in StatusBarManagerService
1327 mNotificationDelegate.onNotificationBubbleChanged(key, isBubble); in onNotificationBubbleChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java720 mBarService.onNotificationBubbleChanged(bubble.getKey(),
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java5062 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), false); in testNotificationBubbleChanged_false()
5096 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true); in testNotificationBubbleChanged_true()
5126 mService.mNotificationDelegate.onNotificationBubbleChanged(nr.getKey(), true); in testNotificationBubbleChanged_true_notAllowed()