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

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DNotificationImportExportListener.java104 final String tickerText =
113 mContext.getApplicationContext(), VCardService.TYPE_IMPORT, description, tickerText,
194 * @param tickerText
203 Context context, int type, String description, String tickerText,
225 .setTicker(tickerText)
202 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 108 milliseconds