Home | History | Annotate | Download | only in email

Lines Matching defs:ticker

163      * @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,
215 Notification.Builder builder = createBaseAccountNotificationBuilder(account, ticker, title,
746 String ticker =
749 showAccountNotification(account, ticker, title, accountName, intent,
766 String ticker = mContext.getString(R.string.password_expired_ticker);
768 showAccountNotification(account, ticker, title, accountName, intent,
787 String ticker =
790 showAccountNotification(account, ticker, title, accountName, intent,