Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
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 …]
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()
DNotificationManagerServiceTest.java9355 nr.getSbn().getKey()).getNotification().isBubbleNotification()); in testFlagBubble()
9376 nr.getSbn().getKey()).getNotification().isBubbleNotification()); in testFlagBubble_noFlag_appNotAllowed()
9406 nr.getSbn().getKey()).getNotification().isBubbleNotification()); in testFlagBubbleNotifs_noFlag_whenAppForeground()
9425 nr.getSbn().getKey()).getNotification().isBubbleNotification()); in testFlagBubbleNotifs_flag_messaging()
9447 sbn.getKey()).getNotification().isBubbleNotification()); in testFlagBubbleNotifs_noFlag_noShortcut()
9467 nr.getSbn().getKey()).getNotification().isBubbleNotification()); in testFlagBubbleNotifs_noFlag_messaging_appNotAllowed()
9493 nr.getSbn().getKey()).getNotification().isBubbleNotification()); in testFlagBubbleNotifs_noFlag_notBubble()
9514 nr.getSbn().getKey()).getNotification().isBubbleNotification()); in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed()
10725 assertTrue(notif.isBubbleNotification());
10756 assertTrue(notif.isBubbleNotification());
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordExtractorData.java85 || mIsBubble != r.getNotification().isBubbleNotification() in hasDiffForRankingLocked()
DNotificationAttentionHelper.java621 || record.getNotification().isBubbleNotification()); in shouldMuteNotificationLocked()
DNotificationRecord.java556 pw.println(prefix + "isBubble=" + notification.isBubbleNotification()); in dump()
DNotificationManagerService.java8384 && r.getNotification().isBubbleNotification())
9406 r.getNotification().isBubbleNotification(),
10657 record.getNotification().isBubbleNotification(),
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java618 mIsBubble = entry.getStatusBarNotification().getNotification().isBubbleNotification(); in setEntry()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1827 assertThat(mRow.getSbn().getNotification().isBubbleNotification()).isTrue(); in testNonInterruptiveUpdate_doesntOverrideOverflowFlagBubble()
/frameworks/base/core/java/android/app/
DNotification.java7727 public boolean isBubbleNotification() { in isBubbleNotification() method in Notification.Builder