Home | History | Annotate | Download | only in alerts

Lines Matching defs:tickerText

682         String tickerText = getTickerText(info.eventName, info.location);
697 addNotificationOptions(notification, quietUpdate, tickerText,
712 String tickerText = eventName;
714 tickerText = eventName + " - " + location;
716 return tickerText;
743 String tickerText, boolean defaultVibrate, String reminderRingtone) {
750 if (!TextUtils.isEmpty(tickerText)) {
751 notification.tickerText = tickerText;