Searched refs:tickerText (Results 1 – 8 of 8) sorted by relevance
301 String tickerText = String.format( in getAppInstalledNotificationBuilder() local313 .setTicker(tickerText) in getAppInstalledNotificationBuilder()
336 public CharSequence tickerText; field in Notification2198 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() argument2204 .setTicker(tickerText) in Notification()2224 public Notification(int icon, CharSequence tickerText, long when) in Notification() argument2227 this.tickerText = tickerText; in Notification()2271 tickerText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel); in readFromParcelImpl()2382 if (this.tickerText != null) { in cloneInto()2383 that.tickerText = this.tickerText.toString(); in cloneInto()2707 if (tickerText != null) { in writeToParcelImpl()2709 TextUtils.writeToParcel(tickerText, parcel, flags); in writeToParcelImpl()[all …]
480 if (!TextUtils.isEmpty(notification.tickerText)) { in dump()481 final String ticker = notification.tickerText.toString(); in dump()
7569 CharSequence tickerText = notification.tickerText;7570 if (!TextUtils.isEmpty(tickerText)) {7571 event.getText().add(tickerText);
559 CharSequence ticker = n.tickerText; in contentDescForNotification()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
4647 field public java.lang.CharSequence tickerText;
5575 field public CharSequence tickerText;