Home
last modified time | relevance | path

Searched refs:mEndLifetimeExtension (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.java74 @Mock private NotifLifetimeExtender.OnEndLifetimeExtensionCallback mEndLifetimeExtension; field in HeadsUpCoordinatorTest
114 mNotifLifetimeExtender.setCallback(mEndLifetimeExtension); in setUp()
161 verify(mEndLifetimeExtension).onEndLifetimeExtension(mNotifLifetimeExtender, mEntry); in testLifetimeExtensionEndsOnNewHUN()
175 verify(mEndLifetimeExtension).onEndLifetimeExtension(mNotifLifetimeExtender, mEntry); in testLifetimeExtensionEndsOnNoHUNs()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.java73 private NotifLifetimeExtender.OnEndLifetimeExtensionCallback mEndLifetimeExtension; field in HeadsUpCoordinator
174 mEndLifetimeExtension = callback;
240 mEndLifetimeExtension.onEndLifetimeExtension( in endNotifLifetimeExtension()