Home | History | Annotate | Download | only in email

Lines Matching refs:ticker

156      * @param ticker Text displayed when the notification is first shown. May be {@code null}.
167 private Notification createAccountNotification(Account account, String ticker,
177 // NOTE: the ticker is not shown for notifications in the Holo UX
186 .setTicker(ticker)
201 * @param ticker Text displayed when the notification is first shown. May be {@code null}.
207 private void showAccountNotification(Account account, String ticker, String title,
209 Notification notification = createAccountNotification(account, ticker, title, contentText,
559 String ticker =
562 showAccountNotification(account, ticker, title, accountName, intent,
579 String ticker = mContext.getString(R.string.password_expired_ticker);
581 showAccountNotification(account, ticker, title, accountName, intent,
600 String ticker =
603 showAccountNotification(account, ticker, title, accountName, intent,