Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/
DNotificationController.java175 String ticker, CharSequence title, String contentText, Intent intent, Bitmap largeIcon, in createBaseAccountNotificationBuilder() argument
193 .setTicker(ticker) in createBaseAccountNotificationBuilder()
213 private void showAccountNotification(Account account, String ticker, String title, in showAccountNotification() argument
215 Notification.Builder builder = createBaseAccountNotificationBuilder(account, ticker, title, in showAccountNotification()
746 String ticker = in showPasswordExpiringNotification() local
749 showAccountNotification(account, ticker, title, accountName, intent, in showPasswordExpiringNotification()
766 String ticker = mContext.getString(R.string.password_expired_ticker); in showPasswordExpiredNotification() local
768 showAccountNotification(account, ticker, title, accountName, intent, in showPasswordExpiredNotification()
787 String ticker = in showSecurityNeededNotification() local
790 showAccountNotification(account, ticker, title, accountName, intent, in showSecurityNeededNotification()
/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java317 public MmsSmsDeliveryInfo(CharSequence ticker, long timeMillis) { in MmsSmsDeliveryInfo() argument
318 mTicker = ticker; in MmsSmsDeliveryInfo()
357 CharSequence ticker, long timeMillis, String title, in NotificationInfo() argument
364 mTicker = ticker; in NotificationInfo()
738 CharSequence ticker = buildTickerMessage( in getNewMessageNotificationInfo() local
742 clickIntent, message, subject, ticker, timeMillis, in getNewMessageNotificationInfo()