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

/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DNotificationImportExportListener.java100 final String tickerText =
109 mContext.getApplicationContext(), VCardService.TYPE_IMPORT, description, tickerText,
188 * @param tickerText
197 Context context, int type, String description, String tickerText,
219 .setTicker(tickerText)
196 constructProgressNotification( Context context, int type, String description, String tickerText, int jobId, String displayName, int totalCount, int currentCount) argument
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java717 String tickerText = getTickerText(info.eventName, info.location);
731 addNotificationOptions(notification, quietUpdate, tickerText,
746 String tickerText = eventName;
748 tickerText = eventName + " - " + location;
750 return tickerText;
777 String tickerText, boolean defaultVibrate, String reminderRingtone) {
784 if (!TextUtils.isEmpty(tickerText)) {
785 notification.tickerText = tickerText;
776 addNotificationOptions(NotificationWrapper nw, boolean quietUpdate, String tickerText, boolean defaultVibrate, String reminderRingtone) argument

Completed in 59 milliseconds