Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.kt462 assertTrue(groupSummary.hasInterrupted())
481 assertTrue(groupSummary.hasInterrupted())
507 assertTrue(groupSummary.hasInterrupted())
533 assertTrue(groupSummary.hasInterrupted())
572 assertTrue(groupSummary.hasInterrupted())
609 assertTrue(groupSummary.hasInterrupted())
644 assertTrue(groupSummary.hasInterrupted())
760 assertFalse(groupSummary.hasInterrupted())
767 assertFalse(entry.hasInterrupted())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.kt507 if (entry.hasInterrupted()) continue
567 return (!entry.hasInterrupted() ||
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java405 public boolean hasInterrupted() { in hasInterrupted() method in NotificationEntry