Searched defs:digestTitle (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertReceiver.java449 ArrayList<AlertService.NotificationInfo> notificationInfos, String digestTitle,
477 if (digestTitle == null || digestTitle.length() == 0) {
478 digestTitle = res.getString(R.string.no_title_label);
482 notificationBuilder.setContentText(digestTitle);
557 contentView.setTextViewText(R.id.text, digestTitle);
448 makeDigestNotification(Context context, ArrayList<AlertService.NotificationInfo> notificationInfos, String digestTitle, boolean expandable) argument

Completed in 45 milliseconds