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

/packages/apps/Email/src/com/android/email/
H A DNotificationController.java125 * @param ticker Text displayed when the notification is first shown. May be {@code null}.
136 String ticker, CharSequence title, String contentText, Intent intent, Bitmap largeIcon,
145 // NOTE: the ticker is not shown for notifications in the Holo UX
154 .setTicker(ticker)
169 * @param ticker Text displayed when the notification is first shown. May be {@code null}.
175 private void showNotification(long accountId, String ticker, String title, argument
178 ticker, title, contentText, intent, null, null, true,
456 String ticker =
459 showNotification(accountId, ticker, title, accountName, intent,
476 String ticker
135 createBaseAccountNotificationBuilder(long accountId, String ticker, CharSequence title, String contentText, Intent intent, Bitmap largeIcon, Integer number, boolean enableAudio, boolean ongoing) argument
[all...]
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java345 public MmsSmsDeliveryInfo(CharSequence ticker, long timeMillis) { argument
346 mTicker = ticker;
374 * @param ticker text displayed ticker-style across the notification, typically formatted
385 CharSequence ticker, long timeMillis, String title,
392 mTicker = ticker;
769 CharSequence ticker = buildTickerMessage(
773 clickIntent, message, subject, ticker, timeMillis,
810 * @param isNew if we've got a new message, show the ticker
383 NotificationInfo(boolean isSms, Intent clickIntent, String message, String subject, CharSequence ticker, long timeMillis, String title, Bitmap attachmentBitmap, Contact sender, int attachmentType, long threadId) argument

Completed in 145 milliseconds