Searched refs:isInterruptive (Results 1 – 5 of 5) sorted by relevance
418 assertTrue(r.isInterruptive()); in testLights()431 assertTrue(r.isInterruptive()); in testBeep()442 assertTrue(r.isInterruptive()); in testBeepInsistently()453 assertFalse(r.isInterruptive()); in testNoLeanbackBeep()468 assertFalse(r.isInterruptive()); in testNoBeepForAutomotiveIfEffectsDisabled()482 assertFalse(r.isInterruptive()); in testNoBeepForImportanceDefaultInAutomotiveIfEffectsEnabled()496 assertTrue(r.isInterruptive()); in testBeepForImportanceHighInAutomotiveIfEffectsEnabled()508 assertFalse(r.isInterruptive()); in testNoInterruptionForMin()521 assertFalse(r.isInterruptive()); in testNoInterruptionForIntercepted()538 assertTrue(r.isInterruptive()); in testBeepTwice()[all …]
717 assertFalse(record.isInterruptive()); in testIsInterruptive_textChanged_notSeen()720 assertFalse(record.isInterruptive()); in testIsInterruptive_textChanged_notSeen()730 assertFalse(record.isInterruptive()); in testIsInterruptive_textChanged_seen()734 assertTrue(record.isInterruptive()); in testIsInterruptive_textChanged_seen()744 assertFalse(record.isInterruptive()); in testIsInterruptive_textNotChanged_seen()748 assertFalse(record.isInterruptive()); in testIsInterruptive_textNotChanged_seen()
126 final boolean leftInterruptive = left.isInterruptive(); in compare()127 final boolean rightInterruptive = right.isInterruptive(); in compare()
1042 public boolean isInterruptive() { in isInterruptive() method in NotificationRecord
2283 if (r.isInterruptive() && !r.hasRecordedInterruption()) {5620 final boolean isInterruptive = isVisuallyInterruptive(old, r);5621 r.setTextChanged(isInterruptive);5622 r.setInterruptive(isInterruptive);6385 boolean interruptiveBefore = record.isInterruptive();6396 record.canBubble() && (interruptiveBefore != record.isInterruptive());7520 record.isInterruptive()