Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java675 int unreadCount = messageList.size(); in addToNotificationBar() local
676 if (unreadCount > 1) { in addToNotificationBar()
679 builder.setContentText(context.getString(R.string.notification_multiple, unreadCount)); in addToNotificationBar()