Home
last modified time | relevance | path

Searched refs:setInterruptive (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationComparatorTest.java147 mRecordMinCallNonInterruptive.setInterruptive(false); in setUp()
157 mRecordMinCall.setInterruptive(true); in setUp()
179 mRecordHighCallStyle.setInterruptive(true); in setUp()
DNotificationAttentionHelperTest.java2022 record.setInterruptive(false); in testBubbleSuppressedNotificationDoesntMakeSound()
2040 record.setInterruptive(false); in testOverflowBubbleSuppressedNotificationDoesntMakeSound()
2057 record.setInterruptive(true); in testBubbleUpdateMakesSound()
2075 record.setInterruptive(true); in testNewBubbleSuppressedNotifMakesSound()
DNotificationManagerServiceTest.java7714 r.setInterruptive(true); in testMaybeRecordInterruptionLocked_doesNotRecordTwice()
7730 r.setInterruptive(true); in testMaybeRecordInterruptionLocked_smallIconsRequiredForHistory()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java1129 setInterruptive(true); in setSeen()
1219 public void setInterruptive(boolean interruptive) { in setInterruptive() method in NotificationRecord
DNotificationAttentionHelper.java510 record.setInterruptive(true); in buzzBeepBlinkLocked()
DNotificationManagerService.java8706 r.setInterruptive(isInterruptive);
/frameworks/base/services/
Dart-wear-profile16306 PLcom/android/server/notification/NotificationRecord;->setInterruptive(Z)V