/frameworks/base/core/java/android/app/ |
D | Notification.java | 146 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/ |
D | Ticker.java | 165 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()
|
D | PhoneStatusBar.java | 336 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/ |
D | StatusBarIconView.java | 251 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/ |
D | TabletTicker.java | 284 } 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()
|
D | TabletStatusBar.java | 847 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/ |
D | LocationController.java | 101 n.tickerText = null; in onReceive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 311 mUsbStorageNotification.tickerText = title; in setUsbStorageNotification() 398 mMediaStorageNotification.tickerText = title; in setMediaStorageNotification()
|
/frameworks/base/services/java/com/android/server/ |
D | NotificationManagerService.java | 170 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()
|
D | DeviceStorageMonitorService.java | 353 notification.tickerText = title; in sendNotification()
|
D | ThrottleService.java | 684 mThrottlingNotification.tickerText = title; in postNotification()
|
D | WifiService.java | 1704 mNotification.tickerText = title; in setNotificationVisible()
|
D | InputMethodManagerService.java | 530 mImeSwitcherNotification.tickerText = null; in InputMethodManagerService()
|
/frameworks/base/services/java/com/android/server/usb/ |
D | UsbDeviceManager.java | 566 notification.tickerText = title; in updateUsbNotification() 599 notification.tickerText = title; in updateAdbNotification()
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 209 mNiNotification.tickerText = getNotifTicker(notif, mContext); in setNiNotification()
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 98 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/ |
D | GsmServiceStateTracker.java | 1584 mNotification.tickerText = title; in setNotification()
|
/frameworks/base/services/java/com/android/server/connectivity/ |
D | Tethering.java | 453 mTetheredNotification.tickerText = title; in showTetheredNotification()
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pService.java | 1322 mNotification.tickerText = title; in showNotification()
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 428 notification.tickerText = text;
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityManagerService.java | 1104 notification.tickerText = text;
|
/frameworks/base/api/ |
D | current.txt | 3624 field public java.lang.CharSequence tickerText;
|
D | 14.txt | 3624 field public java.lang.CharSequence tickerText;
|