Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBuzzBeepBlinkTest.java486 assertTrue(r.isInterruptive()); in testLights()
499 assertTrue(r.isInterruptive()); in testBeep()
598 assertTrue(r.isInterruptive()); in testBeepInsistently()
609 assertFalse(r.isInterruptive()); in testNoLeanbackBeep()
624 assertFalse(r.isInterruptive()); in testNoBeepForAutomotiveIfEffectsDisabled()
638 assertFalse(r.isInterruptive()); in testNoBeepForImportanceDefaultInAutomotiveIfEffectsEnabled()
652 assertTrue(r.isInterruptive()); in testBeepForImportanceHighInAutomotiveIfEffectsEnabled()
664 assertFalse(r.isInterruptive()); in testNoInterruptionForMin()
677 assertFalse(r.isInterruptive()); in testNoInterruptionForIntercepted()
694 assertTrue(r.isInterruptive()); in testBeepTwice()
[all …]
DNotificationRecordTest.java777 assertFalse(record.isInterruptive()); in testIsInterruptive_textChanged_notSeen()
780 assertFalse(record.isInterruptive()); in testIsInterruptive_textChanged_notSeen()
790 assertFalse(record.isInterruptive()); in testIsInterruptive_textChanged_seen()
794 assertTrue(record.isInterruptive()); in testIsInterruptive_textChanged_seen()
804 assertFalse(record.isInterruptive()); in testIsInterruptive_textNotChanged_seen()
808 assertFalse(record.isInterruptive()); in testIsInterruptive_textNotChanged_seen()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationComparator.java132 final boolean leftInterruptive = left.isInterruptive(); in compare()
133 final boolean rightInterruptive = right.isInterruptive(); in compare()
DNotificationRecord.java1117 public boolean isInterruptive() { in isInterruptive() method in NotificationRecord
DNotificationManagerService.java3039 if (r.isInterruptive() && !r.hasRecordedInterruption()) {
7078 final boolean isInterruptive = isVisuallyInterruptive(old, r);
7079 r.setTextChanged(isInterruptive);
7080 r.setInterruptive(isInterruptive);
7624 if (record.isUpdate && !record.isInterruptive() && isBubbleOrOverflowed
8014 boolean interruptiveBefore = record.isInterruptive();
8025 record.canBubble() && (interruptiveBefore != record.isInterruptive());
9308 record.isInterruptive(),
/frameworks/base/services/
Dart-profile27216 HPLcom/android/server/notification/NotificationRecord;->isInterruptive()Z