Searched refs:tickerText (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertService.java | 870 String tickerText = getTickerText(info.eventName, info.location); in postNotification() local 884 addNotificationOptions(notification, quietUpdate, tickerText, in postNotification() 900 String tickerText = eventName; in getTickerText() local 902 tickerText = eventName + " - " + location; in getTickerText() 904 return tickerText; in getTickerText() 931 String tickerText, boolean defaultVibrate, String reminderRingtone, in addNotificationOptions() argument 942 if (!TextUtils.isEmpty(tickerText)) { in addNotificationOptions() 943 notification.tickerText = tickerText; in addNotificationOptions()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
D | NotificationImportExportListener.java | 103 final String tickerText = in onImportParsed() local 112 mContext.getApplicationContext(), VCardService.TYPE_IMPORT, description, tickerText, in onImportParsed() 201 Context context, int type, String description, String tickerText, in constructProgressNotification() argument 223 .setTicker(tickerText) in constructProgressNotification()
|
D | ExportProcessor.java | 236 final String tickerText = in doProgressNotification() local 240 VCardService.TYPE_EXPORT, description, tickerText, mJobId, displayName, in doProgressNotification()
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | SimFullReceiver.java | 54 notification.tickerText = context.getString(R.string.sim_full_title); in onReceive()
|
D | SmsRejectedReceiver.java | 77 notification.tickerText = context.getString(titleId); in onReceive()
|
D | MessagingNotification.java | 1174 notification.tickerText = title; in notifyFailed()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationStation.java | 203 info.title = sbn.getNotification().tickerText; in loadNotifications()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 496 n.tickerText = title; in updateIncomingFileConfirmNotification()
|