Lines Matching refs:ticker
132 String ticker, CharSequence title, String contentText, Intent intent, in createBaseAccountNotificationBuilder() argument
149 .setTicker(ticker) in createBaseAccountNotificationBuilder()
170 private void showNotification(long accountId, String ticker, String title, in showNotification() argument
173 ticker, title, contentText, intent, null, true, in showNotification()
461 final String ticker = in showPasswordExpiringNotificationSynchronous() local
464 showNotification(accountId, ticker, title, accountName, intent, in showPasswordExpiringNotificationSynchronous()
482 final String ticker = mContext.getString(R.string.password_expired_ticker); in showPasswordExpiredNotificationSynchronous() local
484 showNotification(accountId, ticker, title, accountName, intent, in showPasswordExpiredNotificationSynchronous()
505 String ticker = in showSecurityNeededNotification() local
508 showNotification(account.mId, ticker, title, accountName, intent, in showSecurityNeededNotification()
521 final String ticker = in showSecurityChangedNotification() local
525 showNotification(account.mId, ticker, title, accountName, intent, in showSecurityChangedNotification()
538 final String ticker = in showSecurityUnsupportedNotification() local
542 showNotification(account.mId, ticker, title, accountName, intent, in showSecurityUnsupportedNotification()