Searched refs:notificationTicker (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java980 String notificationTicker = null;
993 notificationTicker = newMessagesString;
1157 notificationTicker = result.notificationTicker;
1167 if (notificationLabelName != null && notificationTicker != null) {
1169 notificationTicker = res.getString(R.string.label_notification_ticker,
1170 notificationLabelName, notificationTicker);
1173 if (notificationTicker != null) {
1175 notificationBuilder.setTicker(notificationTicker);
1264 result.notificationTicker
2033 public String notificationTicker; field in class:NotificationUtils.ConfigResult
[all...]

Completed in 77 milliseconds