Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java496 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 …]
H A DNotificationRecordTest.java817 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()
H A DNotificationManagerServiceTest.java5505 assertFalse(update.isInterruptive()); in testVisuallyInterruptive_notSeen()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3154 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() && isBubbleOrOverflowed
8968 boolean interruptiveBefore = record.isInterruptive();
8979 record.canBubble() && (interruptiveBefore != record.isInterruptive());
H A DNotificationRecord.java1212 public boolean isInterruptive() { in isInterruptive() method in NotificationRecord
/aosp14/frameworks/base/services/
H A Dart-profile5278 HSPLcom/android/server/notification/NotificationRecord;->isInterruptive()Z