Searched refs:tickerText (Results 1 – 7 of 7) sorted by relevance
301 String tickerText = String.format( in getAppInstalledNotificationBuilder() local313 .setTicker(tickerText) in getAppInstalledNotificationBuilder()
401 public CharSequence tickerText; field in Notification2509 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() argument2515 .setTicker(tickerText) in Notification()2536 public Notification(int icon, CharSequence tickerText, long when) in Notification() argument2539 this.tickerText = tickerText; in Notification()2583 tickerText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel); in readFromParcelImpl()2696 if (this.tickerText != null) { in cloneInto()2697 that.tickerText = this.tickerText.toString(); in cloneInto()3071 if (tickerText != null) { in writeToParcelImpl()3073 TextUtils.writeToParcel(tickerText, parcel, flags); in writeToParcelImpl()[all …]
563 if (!TextUtils.isEmpty(notification.tickerText)) { in dumpNotification()564 final String ticker = notification.tickerText.toString(); in dumpNotification()
8867 final CharSequence tickerText = notification.tickerText;8868 if (!TextUtils.isEmpty(tickerText)) {8869 event.getText().add(tickerText);
606 CharSequence ticker = n.tickerText; in contentDescForNotification()
4647 field public java.lang.CharSequence tickerText;
6018 field public CharSequence tickerText;