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

/packages/apps/Email/src/com/android/email/
H A DNotificationController.java163 * @param ticker Text displayed when the notification is first shown. May be {@code null}.
175 String ticker, CharSequence title, String contentText, Intent intent, Bitmap largeIcon,
184 // NOTE: the ticker is not shown for notifications in the Holo UX
193 .setTicker(ticker)
207 * @param ticker Text displayed when the notification is first shown. May be {@code null}.
213 private void showAccountNotification(Account account, String ticker, String title, argument
215 Notification.Builder builder = createBaseAccountNotificationBuilder(account, ticker, title,
744 String ticker =
747 showAccountNotification(account, ticker, title, accountName, intent,
764 String ticker
174 createBaseAccountNotificationBuilder(Account account, 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.java334 public MmsSmsDeliveryInfo(CharSequence ticker, long timeMillis) { argument
335 mTicker = ticker;
363 * @param ticker text displayed ticker-style across the notification, typically formatted
374 CharSequence ticker, long timeMillis, String title,
381 mTicker = ticker;
758 CharSequence ticker = buildTickerMessage(
762 clickIntent, message, subject, ticker, timeMillis,
799 * @param isNew if we've got a new message, show the ticker
372 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 418 milliseconds