Home
last modified time | relevance | path

Searched refs:tickerText (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java870 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/
DNotificationImportExportListener.java103 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()
DExportProcessor.java236 final String tickerText = in doProgressNotification() local
240 VCardService.TYPE_EXPORT, description, tickerText, mJobId, displayName, in doProgressNotification()
/packages/apps/Mms/src/com/android/mms/transaction/
DSimFullReceiver.java54 notification.tickerText = context.getString(R.string.sim_full_title); in onReceive()
DSmsRejectedReceiver.java77 notification.tickerText = context.getString(titleId); in onReceive()
DMessagingNotification.java1174 notification.tickerText = title; in notifyFailed()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationStation.java203 info.title = sbn.getNotification().tickerText; in loadNotifications()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java496 n.tickerText = title; in updateIncomingFileConfirmNotification()