Home
last modified time | relevance | path

Searched refs:setAllowBubble (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DBubbleExtractor.java88 record.setAllowBubble(false); in process()
95 record.setAllowBubble(true); in process()
97 record.setAllowBubble(recordChannel.getAllowBubbles() != ALLOW_BUBBLE_OFF); in process()
99 record.setAllowBubble(recordChannel.canBubble()); in process()
H A DNotificationRecord.java1083 public void setAllowBubble(boolean allow) { in setAllowBubble() method in NotificationRecord
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java1795 record.setAllowBubble(true); in testBubbleSuppressedNotificationDoesntMakeSound()
1814 record.setAllowBubble(true); in testOverflowBubbleSuppressedNotificationDoesntMakeSound()
1830 record.setAllowBubble(true); in testBubbleUpdateMakesSound()
1848 record.setAllowBubble(true); in testNewBubbleSuppressedNotifMakesSound()
H A DNotificationManagerServiceTest.java805 r.setAllowBubble(!r.canBubble()); in getSignalExtractorSideEffects()
7487 nr.setAllowBubble(true); in testNotificationBubbles_bubbleStays_whenClicked_afterBubbleDismissed()
/aosp12/frameworks/base/services/
H A Dart-profile27230 HPLcom/android/server/notification/NotificationRecord;->setAllowBubble(Z)V