Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBodyView.java159 @Nullable CharSequence countText, @Nullable Long when) { in bind() argument
214 if (countText != null) { in bind()
216 mCountView.setText(countText); in bind()