Searched refs:tickerText (Results 1 – 8 of 8) sorted by relevance
301 String tickerText = String.format( in getAppInstalledNotificationBuilder() local313 .setTicker(tickerText) in getAppInstalledNotificationBuilder()
334 public CharSequence tickerText; field in Notification2163 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() argument2169 .setTicker(tickerText) in Notification()2189 public Notification(int icon, CharSequence tickerText, long when) in Notification() argument2192 this.tickerText = tickerText; in Notification()2236 tickerText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel); in readFromParcelImpl()2347 if (this.tickerText != null) { in cloneInto()2348 that.tickerText = this.tickerText.toString(); in cloneInto()2636 if (tickerText != null) { in writeToParcelImpl()2638 TextUtils.writeToParcel(tickerText, parcel, flags); in writeToParcelImpl()[all …]
470 if (!TextUtils.isEmpty(notification.tickerText)) { in dump()471 final String ticker = notification.tickerText.toString(); in dump()
6645 CharSequence tickerText = notification.tickerText;6646 if (!TextUtils.isEmpty(tickerText)) {6647 event.getText().add(tickerText);
557 CharSequence ticker = n.tickerText; in contentDescForNotification()
4647 field public java.lang.CharSequence tickerText;
5403 field public CharSequence tickerText;