Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationRecentsViewHolder.java39 private final boolean mShowRecents; field in CarNotificationRecentsViewHolder
47 mShowRecents = context.getResources().getBoolean(R.bool.config_showRecentAndOldHeaders); in CarNotificationRecentsViewHolder()
58 if (containsNotification && mShowRecents) { in bind()