Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java146 public CharSequence tickerText; field in Notification
322 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() argument
327 this.tickerText = tickerText; in Notification()
345 public Notification(int icon, CharSequence tickerText, long when) in Notification() argument
348 this.tickerText = tickerText; in Notification()
369 tickerText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel); in Notification()
411 if (this.tickerText != null) { in clone()
412 that.tickerText = this.tickerText.toString(); in clone()
470 if (tickerText != null) { in writeToParcel()
472 TextUtils.writeToParcel(tickerText, parcel, flags); in writeToParcel()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DTicker.java165 mTextSwitcher = (TextSwitcher)sb.findViewById(R.id.tickerText); in Ticker()
188 && CharSequences.equals(seg.notification.notification.tickerText, in addEntry()
189 n.notification.tickerText)) { in addEntry()
196 n.notification.tickerText)); in addEntry()
197 final Segment newSegment = new Segment(n, icon, n.notification.tickerText); in addEntry()
DPhoneStatusBar.java336 TickerView tickerView = (TickerView)sb.findViewById(R.id.tickerText); in makeStatusBarView()
555 alertText.setText(notification.notification.tickerText); in addNotification()
628 boolean updateTicker = notification.notification.tickerText != null in updateNotification()
629 && !TextUtils.equals(notification.notification.tickerText, in updateNotification()
630 oldEntry.notification.notification.tickerText); in updateNotification()
653 notification.notification.tickerText); in updateNotification()
793 notification.notification.tickerText); in addNotificationViews()
909 largeIcon.setContentDescription(sbn.notification.tickerText); in inflateViews()
914 largeIcon.setContentDescription(sbn.notification.tickerText); in inflateViews()
1638 if (n.notification.tickerText != null && mStatusBarView.getWindowToken() != null) {
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java251 CharSequence tickerText = notification.tickerText; in setContentDescription() local
252 if (!TextUtils.isEmpty(tickerText)) { in setContentDescription()
253 setContentDescription(tickerText); in setContentDescription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DTabletTicker.java284 } else if (n.tickerText != null) { in makeTickerView()
287 new StatusBarIcon(notification.pkg, n.icon, n.iconLevel, 0, n.tickerText)); in makeTickerView()
292 tv.setText(n.tickerText); in makeTickerView()
DTabletStatusBar.java847 boolean updateTicker = notification.notification.tickerText != null in updateNotification()
848 && !TextUtils.equals(notification.notification.tickerText, in updateNotification()
849 oldEntry.notification.notification.tickerText); in updateNotification()
872 notification.notification.tickerText); in updateNotification()
994 return n.tickerView != null || !TextUtils.isEmpty(n.tickerText); in hasTicker()
1580 notification.notification.tickerText); in addNotificationViews()
1753 largeIcon.setContentDescription(sbn.notification.tickerText); in inflateViews()
1758 largeIcon.setContentDescription(sbn.notification.tickerText); in inflateViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationController.java101 n.tickerText = null; in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java311 mUsbStorageNotification.tickerText = title; in setUsbStorageNotification()
398 mMediaStorageNotification.tickerText = title; in setMediaStorageNotification()
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java170 pw.println(prefix + " tickerText=" + notification.tickerText); in dump()
876 CharSequence tickerText = notification.tickerText; in sendAccessibilityEvent() local
877 if (!TextUtils.isEmpty(tickerText)) { in sendAccessibilityEvent()
878 event.getText().add(tickerText); in sendAccessibilityEvent()
DDeviceStorageMonitorService.java353 notification.tickerText = title; in sendNotification()
DThrottleService.java684 mThrottlingNotification.tickerText = title; in postNotification()
DWifiService.java1704 mNotification.tickerText = title; in setNotificationVisible()
DInputMethodManagerService.java530 mImeSwitcherNotification.tickerText = null; in InputMethodManagerService()
/frameworks/base/services/java/com/android/server/usb/
DUsbDeviceManager.java566 notification.tickerText = title; in updateUsbNotification()
599 notification.tickerText = title; in updateAdbNotification()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java209 mNiNotification.tickerText = getNotifTicker(notif, mContext); in setNiNotification()
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd98 CharSequence tickerText = "Hello";
101 Notification notification = new Notification(icon, tickerText, when);
182 CharSequence tickerText = "Hello"; // ticker-text
192 Notification notification = new Notification(icon, tickerText, when);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1584 mNotification.tickerText = title; in setNotification()
/frameworks/base/services/java/com/android/server/connectivity/
DTethering.java453 mTetheredNotification.tickerText = title; in showTetheredNotification()
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pService.java1322 mNotification.tickerText = title; in showNotification()
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd428 notification.tickerText = text;
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java1104 notification.tickerText = text;
/frameworks/base/api/
Dcurrent.txt3624 field public java.lang.CharSequence tickerText;
D14.txt3624 field public java.lang.CharSequence tickerText;