Home | History | Annotate | Download | only in email

Lines Matching refs:ticker

122      * @param ticker Text displayed when the notification is first shown. May be {@code null}.
133 String ticker, CharSequence title, String contentText, Intent intent, Bitmap largeIcon,
142 // NOTE: the ticker is not shown for notifications in the Holo UX
151 .setTicker(ticker)
166 * @param ticker Text displayed when the notification is first shown. May be {@code null}.
172 private void showNotification(long accountId, String ticker, String title,
175 ticker, title, contentText, intent, null, null, true,
458 final String ticker =
461 showNotification(accountId, ticker, title, accountName, intent,
478 final String ticker = mContext.getString(R.string.password_expired_ticker);
480 showNotification(accountId, ticker, title, accountName, intent,
499 String ticker =
502 showNotification(account.mId, ticker, title, accountName, intent,
514 final String ticker =
518 showNotification(account.mId, ticker, title, accountName, intent,
530 final String ticker =
534 showNotification(account.mId, ticker, title, accountName, intent,