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

/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DNotificationImportExportListener.java105 final String tickerText =
114 VCardService.TYPE_IMPORT, description, tickerText, jobId, request.displayName,
193 * @param tickerText
202 Context context, int type, String description, String tickerText,
226 .setTicker(tickerText)
201 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.java870 String tickerText = getTickerText(info.eventName, info.location);
884 addNotificationOptions(notification, quietUpdate, tickerText,
900 String tickerText = eventName;
902 tickerText = eventName + " - " + location;
904 return tickerText;
931 String tickerText, boolean defaultVibrate, String reminderRingtone,
942 if (!TextUtils.isEmpty(tickerText)) {
943 notification.tickerText = tickerText;
930 addNotificationOptions(NotificationWrapper nw, boolean quietUpdate, String tickerText, boolean defaultVibrate, String reminderRingtone, boolean showLights) argument

Completed in 90 milliseconds