Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationFooterViewHolder.java41 private final boolean mShowFooter; field in CarNotificationFooterViewHolder
58 mShowFooter = context.getResources().getBoolean(R.bool.config_showFooterForNotifications); in CarNotificationFooterViewHolder()
67 if (mClearAllButton == null || !mShowFooter) { in bind()