/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleEntry.java | 109 public boolean isBubble() { in isBubble() method in BubbleEntry
|
H A D | Bubble.java | 934 public void setIsBubble(final boolean isBubble) { in setIsBubble() 938 public boolean isBubble() { in isBubble() method in Bubble
|
H A D | BubbleController.java | 1578 private void setIsBubble(@NonNull final BubbleEntry entry, final boolean isBubble, in setIsBubble() 1588 mBarService.onNotificationBubbleChanged(entry.getKey(), isBubble, flags); in setIsBubble() local 1594 private void setIsBubble(@NonNull final Bubble b, final boolean isBubble) { in setIsBubble()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecordExtractorData.java | 52 boolean allowBubble, boolean isBubble, NotificationChannel channel, String groupKey, in NotificationRecordExtractorData()
|
H A D | NotificationDelegate.java | 59 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationListenerServiceTest.java | 450 private boolean isBubble(int index) { in isBubble() method in NotificationListenerServiceTest
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBarService.aidl | 91 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 2081 public boolean isBubble() { in isBubble() method in NotificationListenerService.Ranking 2116 int rankingAdjustment, boolean isBubble, int proposedImportance, in populate()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntry.java | 409 public boolean isBubble() { in isBubble() method in NotificationEntry
|
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1806 public void onNotificationBubbleChanged(String key, boolean isBubble, int flags) { in onNotificationBubbleChanged()
|