Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifLifetimeExtender.java58 void onEndLifetimeExtension(NotifLifetimeExtender extender, NotificationEntry entry); in onEndLifetimeExtension() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.java162 verify(mEndLifetimeExtension).onEndLifetimeExtension(mNotifLifetimeExtender, mEntry); in testLifetimeExtensionEndsOnNewHUN()
176 verify(mEndLifetimeExtension).onEndLifetimeExtension(mNotifLifetimeExtender, mEntry); in testLifetimeExtensionEndsOnNoHUNs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.java225 mEndLifetimeExtension.onEndLifetimeExtension( in endNotifLifetimeExtension()
DAppOpsCoordinator.java154 mEndCallback.onEndLifetimeExtension(
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java873 mExtender2.callback.onEndLifetimeExtension(mExtender2, entry2); in testWhenLastLifetimeExtenderExpiresAllAreReQueried()
908 mExtender2.callback.onEndLifetimeExtension(mExtender2, entry2); in testExtendersAreNotReQueriedUntilFinalActiveExtenderExpires()
943 mExtender2.callback.onEndLifetimeExtension(mExtender2, entry2); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire()
945 mExtender1.callback.onEndLifetimeExtension(mExtender1, entry2); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire()
1003 mExtender2.callback.onEndLifetimeExtension(mExtender2, entry2); in testReentrantCallsToLifetimeExtendersThrow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java207 extender.setCallback(this::onEndLifetimeExtension); in addNotificationLifetimeExtender()
522 private void onEndLifetimeExtension(NotifLifetimeExtender extender, NotificationEntry entry) { in onEndLifetimeExtension() method in NotifCollection