Searched refs:isInterruptive (Results 1 – 7 of 7) sorted by relevance
650 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 …]
983 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()
6270 assertFalse(update.isInterruptive()); in testVisuallyInterruptive_notSeen()
622 if (record.isUpdate && !record.isInterruptive() && isBubbleOrOverflowed in shouldMuteNotificationLocked()
1250 public boolean isInterruptive() { in isInterruptive() method in NotificationRecord
3357 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());
16290 PLcom/android/server/notification/NotificationRecord;->isInterruptive()Z