Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBuzzBeepBlinkTest.java393 assertTrue(r.isInterruptive()); in testLights()
405 assertTrue(r.isInterruptive()); in testBeep()
415 assertTrue(r.isInterruptive()); in testBeepInsistently()
425 assertFalse(r.isInterruptive()); in testNoLeanbackBeep()
437 assertFalse(r.isInterruptive()); in testNoInterruptionForMin()
449 assertFalse(r.isInterruptive()); in testNoInterruptionForIntercepted()
465 assertTrue(r.isInterruptive()); in testBeepTwice()
493 assertTrue(r.isInterruptive()); in testNoisyUpdateDoesNotCancelAudio()
506 assertTrue(r.isInterruptive()); in testNoisyOnceUpdateDoesNotCancelAudio()
507 assertFalse(s.isInterruptive()); in testNoisyOnceUpdateDoesNotCancelAudio()
[all …]
DNotificationRecordTest.java612 assertEquals(false, record.isInterruptive()); in testIsInterruptive_textChanged_notSeen()
615 assertEquals(false, record.isInterruptive()); in testIsInterruptive_textChanged_notSeen()
625 assertEquals(false, record.isInterruptive()); in testIsInterruptive_textChanged_seen()
629 assertEquals(true, record.isInterruptive()); in testIsInterruptive_textChanged_seen()
639 assertEquals(false, record.isInterruptive()); in testIsInterruptive_textNotChanged_seen()
643 assertEquals(false, record.isInterruptive()); in testIsInterruptive_textNotChanged_seen()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java957 public boolean isInterruptive() { in isInterruptive() method in NotificationRecord