Searched refs:isInterruptive (Results 1 – 6 of 6) sorted by relevance
496 assertTrue(r.isInterruptive()); in testLights()509 assertTrue(r.isInterruptive()); in testBeep()608 assertTrue(r.isInterruptive()); in testBeepInsistently()662 assertTrue(r.isInterruptive()); in testBeepForImportanceHighInAutomotiveIfEffectsEnabled()704 assertTrue(r.isInterruptive()); in testBeepTwice()733 assertTrue(r.isInterruptive()); in testNoisyUpdateDoesNotCancelAudio()747 assertTrue(r.isInterruptive()); in testNoisyOnceUpdateDoesNotCancelAudio()812 assertTrue(r.isInterruptive()); in testQuietUpdateCancelsAudio()831 assertTrue(r.isInterruptive()); in testQuietOnceUpdateCancelsAudio()855 assertTrue(r.isInterruptive()); in testInCallNotification()[all …]
817 assertFalse(record.isInterruptive()); in testIsInterruptive_textChanged_notSeen()820 assertFalse(record.isInterruptive()); in testIsInterruptive_textChanged_notSeen()830 assertFalse(record.isInterruptive()); in testIsInterruptive_textChanged_seen()834 assertTrue(record.isInterruptive()); in testIsInterruptive_textChanged_seen()844 assertFalse(record.isInterruptive()); in testIsInterruptive_textNotChanged_seen()848 assertFalse(record.isInterruptive()); in testIsInterruptive_textNotChanged_seen()
5505 assertFalse(update.isInterruptive()); in testVisuallyInterruptive_notSeen()
3154 if (r.isInterruptive() && !r.hasRecordedInterruption()) {7976 final boolean isInterruptive = isVisuallyInterruptive(null, r);7977 r.setInterruptive(isInterruptive);7978 r.setTextChanged(isInterruptive);7989 final boolean isInterruptive = isVisuallyInterruptive(old, r);7990 r.setTextChanged(isInterruptive);8571 if (record.isUpdate && !record.isInterruptive() && isBubbleOrOverflowed8968 boolean interruptiveBefore = record.isInterruptive();8979 record.canBubble() && (interruptiveBefore != record.isInterruptive());
1212 public boolean isInterruptive() { in isInterruptive() method in NotificationRecord
5278 HSPLcom/android/server/notification/NotificationRecord;->isInterruptive()Z