Searched refs:isInterruptive (Results 1 – 6 of 6) sorted by relevance
486 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 …]
777 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()
132 final boolean leftInterruptive = left.isInterruptive(); in compare()133 final boolean rightInterruptive = right.isInterruptive(); in compare()
1117 public boolean isInterruptive() { in isInterruptive() method in NotificationRecord
3039 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() && isBubbleOrOverflowed8014 boolean interruptiveBefore = record.isInterruptive();8025 record.canBubble() && (interruptiveBefore != record.isInterruptive());9308 record.isInterruptive(),
27216 HPLcom/android/server/notification/NotificationRecord;->isInterruptive()Z