Searched refs:tickerText (Results 1 – 7 of 7) sorted by relevance
301 String tickerText = String.format( in getAppInstalledNotificationBuilder() local313 .setTicker(tickerText) in getAppInstalledNotificationBuilder()
334 public CharSequence tickerText; field in Notification2156 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() argument2162 .setTicker(tickerText) in Notification()2182 public Notification(int icon, CharSequence tickerText, long when) in Notification() argument2185 this.tickerText = tickerText; in Notification()2229 tickerText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel); in readFromParcelImpl()2340 if (this.tickerText != null) { in cloneInto()2341 that.tickerText = this.tickerText.toString(); in cloneInto()2629 if (tickerText != null) { in writeToParcelImpl()2631 TextUtils.writeToParcel(tickerText, parcel, flags); in writeToParcelImpl()[all …]
478 if (!TextUtils.isEmpty(notification.tickerText)) { in dump()479 final String ticker = notification.tickerText.toString(); in dump()
6407 CharSequence tickerText = notification.tickerText;6408 if (!TextUtils.isEmpty(tickerText)) {6409 event.getText().add(tickerText);
558 CharSequence ticker = n.tickerText; in contentDescForNotification()
4647 field public java.lang.CharSequence tickerText;
5401 field public CharSequence tickerText;