Home
last modified time | relevance | path

Searched refs:isBubbleNotification (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBubbleExtractorTest.java177 assertFalse(r.getNotification().isBubbleNotification()); in testAppYesChannelNo()
220 assertFalse(r.getNotification().isBubbleNotification()); in testAppYesChannelYesFeatureNo()
235 assertFalse(r.getNotification().isBubbleNotification()); in testAppNoChannelYes()
250 assertFalse(r.getNotification().isBubbleNotification()); in testAppNoChannelDefault()
265 assertFalse(r.getNotification().isBubbleNotification()); in testAppSelectedChannelDefault()
280 assertFalse(r.getNotification().isBubbleNotification()); in testAppSelectedChannelNo()
311 assertFalse(r.getNotification().isBubbleNotification()); in testAppSeletedChannelYesFeatureNo()
333 assertFalse(r.getNotification().isBubbleNotification()); in testFlagBubble_false_previouslyRemoved()
349 assertTrue(r.getNotification().isBubbleNotification()); in testFlagBubble_true_shortcutBubble()
365 assertTrue(r.getNotification().isBubbleNotification()); in testFlagBubble_true_intentBubble()
[all …]
H A DNotificationRecordExtractorDataTest.java47 r.getNotification().isBubbleNotification(), in testHasDiffs_noDiffs()
75 r.getNotification().isBubbleNotification(), in testHasDiffs_proposedImportanceChange()
109 r.getNotification().isBubbleNotification(), in testHasDiffs_autoBundled()
144 r.getNotification().isBubbleNotification(), in testHasDiffs_sensitiveContentChange()
H A DNotificationManagerServiceTest.java8390 nr.getSbn().getKey()).getNotification().isBubbleNotification()); in testFlagBubble()
8411 nr.getSbn().getKey()).getNotification().isBubbleNotification()); in testFlagBubble_noFlag_appNotAllowed()
8441 nr.getSbn().getKey()).getNotification().isBubbleNotification()); in testFlagBubbleNotifs_noFlag_whenAppForeground()
8460 nr.getSbn().getKey()).getNotification().isBubbleNotification()); in testFlagBubbleNotifs_flag_messaging()
8482 sbn.getKey()).getNotification().isBubbleNotification()); in testFlagBubbleNotifs_noFlag_noShortcut()
8502 nr.getSbn().getKey()).getNotification().isBubbleNotification()); in testFlagBubbleNotifs_noFlag_messaging_appNotAllowed()
9478 assertTrue(notif.isBubbleNotification());
9509 assertTrue(notif.isBubbleNotification());
9550 assertTrue(notif.isBubbleNotification());
9572 assertFalse(notif2.getNotification().isBubbleNotification());
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordExtractorData.java85 || mIsBubble != r.getNotification().isBubbleNotification() in hasDiffForRankingLocked()
H A DNotificationRecord.java538 pw.println(prefix + "isBubble=" + notification.isBubbleNotification()); in dump()
H A DNotificationManagerService.java7667 && r.getNotification().isBubbleNotification())
8570 || record.getNotification().isBubbleNotification());
9012 r.getNotification().isBubbleNotification(),
10296 record.getNotification().isBubbleNotification(),
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java571 mIsBubble = entry.getStatusBarNotification().getNotification().isBubbleNotification(); in setEntry()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1681 assertThat(mRow.getSbn().getNotification().isBubbleNotification()).isTrue(); in testNonInterruptiveUpdate_doesntOverrideOverflowFlagBubble()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java7071 public boolean isBubbleNotification() { in isBubbleNotification() method in Notification.Builder