Home
last modified time | relevance | path

Searched refs:addNotificationLifetimeExtender (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java585 mCollection.addNotificationLifetimeExtender(mExtender1); in testDismissedNotificationsCannotBeLifetimeExtended()
627 mCollection.addNotificationLifetimeExtender(mExtender1); in testRetractingLifetimeExtendedSummaryDoesNotDismissChildren()
1038 mCollection.addNotificationLifetimeExtender(mExtender1); in testLifetimeExtendersAreQueriedWhenNotifRemoved()
1039 mCollection.addNotificationLifetimeExtender(mExtender2); in testLifetimeExtendersAreQueriedWhenNotifRemoved()
1040 mCollection.addNotificationLifetimeExtender(mExtender3); in testLifetimeExtendersAreQueriedWhenNotifRemoved()
1066 mCollection.addNotificationLifetimeExtender(mExtender1); in testWhenLastLifetimeExtenderExpiresAllAreReQueried()
1067 mCollection.addNotificationLifetimeExtender(mExtender2); in testWhenLastLifetimeExtenderExpiresAllAreReQueried()
1068 mCollection.addNotificationLifetimeExtender(mExtender3); in testWhenLastLifetimeExtenderExpiresAllAreReQueried()
1103 mCollection.addNotificationLifetimeExtender(mExtender1); in testExtendersAreNotReQueriedUntilFinalActiveExtenderExpires()
1104 mCollection.addNotificationLifetimeExtender(mExtender2); in testExtendersAreNotReQueriedUntilFinalActiveExtenderExpires()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipeline.kt112 fun addNotificationLifetimeExtender(extender: NotifLifetimeExtender) { regex
113 mNotifCollection.addNotificationLifetimeExtender(extender)
H A DNotifCollection.java251 void addNotificationLifetimeExtender(NotifLifetimeExtender extender) { in addNotificationLifetimeExtender() method in NotifCollection
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGutsCoordinator.kt62 pipeline.addNotificationLifetimeExtender(mLifetimeExtender)
H A DRemoteInputCoordinator.kt91 mRemoteInputLifetimeExtenders.forEach { pipeline.addNotificationLifetimeExtender(it) }
H A DHeadsUpCoordinator.kt96 pipeline.addNotificationLifetimeExtender(mLifetimeExtender)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGutsCoordinatorTest.kt68 verify(pipeline).addNotificationLifetimeExtender(capture())
H A DRemoteInputCoordinatorTest.kt79 `when`(pipeline.addNotificationLifetimeExtender(any())).thenAnswer {
H A DHeadsUpCoordinatorTest.kt136 verify(notifPipeline).addNotificationLifetimeExtender(capture())