Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.java74 private NotificationEntry mNotifExtendingLifetime; // notif we've extended the lifetime for field in HeadsUpCoordinator
181 mNotifExtendingLifetime = entry;
188 if (Objects.equals(mNotifExtendingLifetime, entry)) {
189 mNotifExtendingLifetime = null;
239 if (mNotifExtendingLifetime != null) { in endNotifLifetimeExtension()
242 mNotifExtendingLifetime); in endNotifLifetimeExtension()
243 mNotifExtendingLifetime = null; in endNotifLifetimeExtension()