Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DMessageNotificationViewHolder.java392 int finalUnshownCount = unshownCount; in getCountViewOnClickListener() local
396 if (finalUnshownCount <= 0) { in getCountViewOnClickListener()
400 R.plurals.message_unshown_count, finalUnshownCount, finalUnshownCount); in getCountViewOnClickListener()