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.java919 int unreadCount = messageList.size(); in addToNotificationBar() local
920 if (unreadCount > 1 || res.getBoolean(R.bool.disable_capture_alert_dialog)) { in addToNotificationBar()
925 builder.setContentText(context.getString(R.string.notification_multiple, unreadCount)); in addToNotificationBar()