Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.java65 private NotifLifetimeExtender mNotifLifetimeExtender; field in HeadsUpCoordinatorTest
110 mNotifLifetimeExtender = notifLifetimeExtenderCaptor.getValue(); in setUp()
114 mNotifLifetimeExtender.setCallback(mEndLifetimeExtension); in setUp()
144 assertTrue(mNotifLifetimeExtender.shouldExtendLifetime(mEntry, /* cancellationReason */ 0)); in testLifetimeExtendsCurrentHUN()
145 assertFalse(mNotifLifetimeExtender.shouldExtendLifetime( in testLifetimeExtendsCurrentHUN()
153 assertTrue(mNotifLifetimeExtender.shouldExtendLifetime( in testLifetimeExtensionEndsOnNewHUN()
161 verify(mEndLifetimeExtension).onEndLifetimeExtension(mNotifLifetimeExtender, mEntry); in testLifetimeExtensionEndsOnNewHUN()
168 assertTrue(mNotifLifetimeExtender.shouldExtendLifetime( in testLifetimeExtensionEndsOnNoHUNs()
175 verify(mEndLifetimeExtension).onEndLifetimeExtension(mNotifLifetimeExtender, mEntry); in testLifetimeExtensionEndsOnNoHUNs()