Searched refs:tickerText (Results 1 – 7 of 7) sorted by relevance
301 String tickerText = String.format( in getAppInstalledNotificationBuilder() local313 .setTicker(tickerText) in getAppInstalledNotificationBuilder()
395 public CharSequence tickerText; field in Notification2455 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() argument2461 .setTicker(tickerText) in Notification()2482 public Notification(int icon, CharSequence tickerText, long when) in Notification() argument2485 this.tickerText = tickerText; in Notification()2529 tickerText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel); in readFromParcelImpl()2642 if (this.tickerText != null) { in cloneInto()2643 that.tickerText = this.tickerText.toString(); in cloneInto()2992 if (tickerText != null) { in writeToParcelImpl()2994 TextUtils.writeToParcel(tickerText, parcel, flags); in writeToParcelImpl()[all …]
544 if (!TextUtils.isEmpty(notification.tickerText)) { in dumpNotification()545 final String ticker = notification.tickerText.toString(); in dumpNotification()
8301 final CharSequence tickerText = notification.tickerText;8302 if (!TextUtils.isEmpty(tickerText)) {8303 event.getText().add(tickerText);
593 CharSequence ticker = n.tickerText; in contentDescForNotification()
5775 field public CharSequence tickerText;
4647 field public java.lang.CharSequence tickerText;