Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifPipeline.kt112 fun addNotificationLifetimeExtender(extender: NotifLifetimeExtender) { in addNotificationLifetimeExtender() method
113 mNotifCollection.addNotificationLifetimeExtender(extender) in addNotificationLifetimeExtender()
DNotifCollection.java251 void addNotificationLifetimeExtender(NotifLifetimeExtender extender) { in addNotificationLifetimeExtender() method in NotifCollection
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt94 pipeline.addNotificationLifetimeExtender(mRemoteInputActiveExtender) in getLifetimeExtenders()
97 pipeline.addNotificationLifetimeExtender(it) in getLifetimeExtenders()
DGutsCoordinator.kt66 pipeline.addNotificationLifetimeExtender(mLifetimeExtender) in attach()
DHeadsUpCoordinator.kt96 pipeline.addNotificationLifetimeExtender(mLifetimeExtender) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DGutsCoordinatorTest.kt68 verify(pipeline).addNotificationLifetimeExtender(capture()) in setUp()
DRemoteInputCoordinatorTest.kt88 `when`(pipeline.addNotificationLifetimeExtender(any())).thenAnswer { in setUp()
DHeadsUpCoordinatorTest.kt136 verify(notifPipeline).addNotificationLifetimeExtender(capture()) in <lambda>()