Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java192 private boolean mIsDemoted = false; field in NotificationEntry
204 if (!fsiRequestedButDenied && !mIsDemoted) { in isStickyAndNotDemoted()
207 return fsiRequestedButDenied && !mIsDemoted; in isStickyAndNotDemoted()
212 return mIsDemoted; in isDemoted()
219 mIsDemoted = true; in demoteStickyHun()