Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
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()
DNotificationRecord.java1185 public void setAllowBubble(boolean allow) { in setAllowBubble() method in NotificationRecord
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAttentionHelperTest.java2019 record.setAllowBubble(true); in testBubbleSuppressedNotificationDoesntMakeSound()
2038 record.setAllowBubble(true); in testOverflowBubbleSuppressedNotificationDoesntMakeSound()
2054 record.setAllowBubble(true); in testBubbleUpdateMakesSound()
2072 record.setAllowBubble(true); in testNewBubbleSuppressedNotifMakesSound()
DNotificationManagerServiceTest.java1204 r.setAllowBubble(!r.canBubble()); in getSignalExtractorSideEffects()
10992 nr.setAllowBubble(true);
/frameworks/base/services/
Dart-wear-profile16296 PLcom/android/server/notification/NotificationRecord;->setAllowBubble(Z)V