Home
last modified time | relevance | path

Searched defs:isBubble (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleEntry.java109 public boolean isBubble() { in isBubble() method in BubbleEntry
H A DBubble.java934 public void setIsBubble(final boolean isBubble) { in setIsBubble()
938 public boolean isBubble() { in isBubble() method in Bubble
H A DBubbleController.java1578 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 DNotificationRecordExtractorData.java52 boolean allowBubble, boolean isBubble, NotificationChannel channel, String groupKey, in NotificationRecordExtractorData()
H A DNotificationDelegate.java59 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationListenerServiceTest.java450 private boolean isBubble(int index) { in isBubble() method in NotificationListenerServiceTest
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl91 void onNotificationBubbleChanged(String key, boolean isBubble, int flags); in onNotificationBubbleChanged()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java2081 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 DNotificationEntry.java409 public boolean isBubble() { in isBubble() method in NotificationEntry
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1806 public void onNotificationBubbleChanged(String key, boolean isBubble, int flags) { in onNotificationBubbleChanged()