Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAttentionHelperTest.java650 assertTrue(r.isInterruptive()); in testLights()
663 assertTrue(r.isInterruptive()); in testBeep()
762 assertTrue(r.isInterruptive()); in testBeepInsistently()
773 assertFalse(r.isInterruptive()); in testNoLeanbackBeep()
788 assertFalse(r.isInterruptive()); in testNoBeepForAutomotiveIfEffectsDisabled()
802 assertFalse(r.isInterruptive()); in testNoBeepForImportanceDefaultInAutomotiveIfEffectsEnabled()
816 assertTrue(r.isInterruptive()); in testBeepForImportanceHighInAutomotiveIfEffectsEnabled()
828 assertFalse(r.isInterruptive()); in testNoInterruptionForMin()
841 assertFalse(r.isInterruptive()); in testNoInterruptionForIntercepted()
858 assertTrue(r.isInterruptive()); in testBeepTwice()
[all …]
DNotificationRecordTest.java983 assertFalse(record.isInterruptive()); in testIsInterruptive_textChanged_notSeen()
986 assertFalse(record.isInterruptive()); in testIsInterruptive_textChanged_notSeen()
996 assertFalse(record.isInterruptive()); in testIsInterruptive_textChanged_seen()
1000 assertTrue(record.isInterruptive()); in testIsInterruptive_textChanged_seen()
1010 assertFalse(record.isInterruptive()); in testIsInterruptive_textNotChanged_seen()
1014 assertFalse(record.isInterruptive()); in testIsInterruptive_textNotChanged_seen()
DNotificationManagerServiceTest.java6270 assertFalse(update.isInterruptive()); in testVisuallyInterruptive_notSeen()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java622 if (record.isUpdate && !record.isInterruptive() && isBubbleOrOverflowed in shouldMuteNotificationLocked()
DNotificationRecord.java1250 public boolean isInterruptive() { in isInterruptive() method in NotificationRecord
DNotificationManagerService.java3357 if (r.isInterruptive() && !r.hasRecordedInterruption()) {
8705 final boolean isInterruptive = isVisuallyInterruptive(null, r);
8706 r.setInterruptive(isInterruptive);
8707 r.setTextChanged(isInterruptive);
8718 final boolean isInterruptive = isVisuallyInterruptive(old, r);
8719 r.setTextChanged(isInterruptive);
8721 if (isInterruptive) {
9359 boolean interruptiveBefore = record.isInterruptive();
9370 record.canBubble() && (interruptiveBefore != record.isInterruptive());
/frameworks/base/services/
Dart-wear-profile16290 PLcom/android/server/notification/NotificationRecord;->isInterruptive()Z