Searched refs:isInterruptive (Results 1 – 3 of 3) sorted by relevance
393 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 …]
612 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()
957 public boolean isInterruptive() { in isInterruptive() method in NotificationRecord