Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLifetimeExtender.java36 default boolean shouldExtendLifetimeForPendingNotification( in shouldExtendLifetimeForPendingNotification() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceLifetimeExtender.java63 public boolean shouldExtendLifetimeForPendingNotification( in shouldExtendLifetimeForPendingNotification() method in ForegroundServiceLifetimeExtender
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java284 if (extender.shouldExtendLifetimeForPendingNotification(pendingEntry)) { in removeNotificationInternal()