Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DMessageNotificationViewHolder.java407 int finalUnshownCount = unshownCount; in getCountViewOnClickListener() local
411 if (finalUnshownCount <= 0) { in getCountViewOnClickListener()
415 R.plurals.message_unshown_count, finalUnshownCount, finalUnshownCount); in getCountViewOnClickListener()