Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationViewAdapter.java78 private boolean mHasSeenNotifications; field in CarNotificationViewAdapter
173 .bind(mHasSeenNotifications, !mHasUnseenNotifications); in onBindViewHolderImpl()
314 || (!mHasHeaderAndFooter && !mHasUnseenNotifications && !mHasSeenNotifications)) { in setMaxItems()
325 if (mHasSeenNotifications) { in setMaxItems()
502 mHasSeenNotifications = false; in setSeenAndUnseenNotifications()
504 mHasSeenNotifications = true; in setSeenAndUnseenNotifications()
556 if (mHasSeenNotifications) { in hasNotifications()