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

/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java34 .setTicker(n.tickerText, tickerView)
/frameworks/support/v4/ics/android/support/v4/app/
H A DNotificationCompatIceCreamSandwich.java35 .setTicker(n.tickerText, tickerView)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java170 mTextSwitcher = (TextSwitcher)sb.findViewById(R.id.tickerText);
193 && charSequencesEqual(seg.notification.getNotification().tickerText,
194 n.getNotification().tickerText)) {
201 n.getNotification().tickerText));
202 final CharSequence text = n.getNotification().tickerText;
H A DPhoneStatusBar.java524 TickerView tickerView = (TickerView)mStatusBarView.findViewById(R.id.tickerText);
2076 if (n.getNotification().tickerText != null && mStatusBarWindow.getWindowToken() != null) {
2200 pw.println(" tickerText=\"" + n.getNotification().tickerText + "\"");
/frameworks/base/core/java/android/app/
H A DNotification.java184 public CharSequence tickerText; field in class:Notification
676 public Notification(Context context, int icon, CharSequence tickerText, long when, argument
681 this.tickerText = tickerText;
691 * @param tickerText The text that flows by in the status bar when the notification first
699 public Notification(int icon, CharSequence tickerText, long when) argument
702 this.tickerText = tickerText;
723 tickerText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel);
786 if (this.tickerText !
1399 setTicker(CharSequence tickerText) argument
1412 setTicker(CharSequence tickerText, RemoteViews views) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java394 public Builder setTicker(CharSequence tickerText) { argument
395 mNotification.tickerText = tickerText;
404 public Builder setTicker(CharSequence tickerText, RemoteViews views) { argument
405 mNotification.tickerText = tickerText;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java276 CharSequence tickerText = notification.tickerText;
277 if (!TextUtils.isEmpty(tickerText)) {
278 setContentDescription(tickerText);
H A DBaseStatusBar.java828 notification.getNotification().tickerText);
943 boolean updateTicker = notification.getNotification().tickerText != null
944 && !TextUtils.equals(notification.getNotification().tickerText,
945 oldEntry.notification.getNotification().tickerText);
970 notification.getNotification().tickerText);
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java38 .setTicker(n.tickerText, tickerView)
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java306 mUsbStorageNotification.tickerText = title;
395 mMediaStorageNotification.tickerText = title;
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiNotificationController.java246 mNotification.tickerText = title;
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java209 mNiNotification.tickerText = getNotifTicker(notif, mContext);
/frameworks/base/services/java/com/android/server/
H A DDeviceStorageMonitorService.java376 notification.tickerText = title;
H A DNotificationManagerService.java950 pw.println(prefix + " tickerText=" + notification.tickerText);
1991 CharSequence tickerText = notification.tickerText;
1992 if (!TextUtils.isEmpty(tickerText)) {
1993 event.getText().add(tickerText);
H A DConnectivityService.java4736 notification.tickerText = title;
H A DInputMethodManagerService.java629 mImeSwitcherNotification.tickerText = null;
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java711 notification.tickerText = title;
746 notification.tickerText = title;
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java481 mTetheredNotification.tickerText = title;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1783 mNotification.tickerText = title;
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1357 notification.tickerText = text;

Completed in 516 milliseconds