Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DBubbleExtractor.java93 record.setAllowBubble(false); in process()
100 record.setAllowBubble(true); in process()
102 record.setAllowBubble(recordChannel.getAllowBubbles() != ALLOW_BUBBLE_OFF); in process()
104 record.setAllowBubble(recordChannel.canBubble()); in process()
H A DNotificationRecord.java1153 public void setAllowBubble(boolean allow) { in setAllowBubble() method in NotificationRecord
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java1811 record.setAllowBubble(true); in testBubbleSuppressedNotificationDoesntMakeSound()
1830 record.setAllowBubble(true); in testOverflowBubbleSuppressedNotificationDoesntMakeSound()
1846 record.setAllowBubble(true); in testBubbleUpdateMakesSound()
1864 record.setAllowBubble(true); in testNewBubbleSuppressedNotifMakesSound()
H A DNotificationManagerServiceTest.java962 r.setAllowBubble(!r.canBubble()); in getSignalExtractorSideEffects()
9745 nr.setAllowBubble(true);
/aosp14/frameworks/base/services/
H A Dart-profile5282 HSPLcom/android/server/notification/NotificationRecord;->setAllowBubble(Z)V