Searched refs:tickerText (Results 1 – 6 of 6) 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()
6385 CharSequence tickerText = notification.tickerText;6386 if (!TextUtils.isEmpty(tickerText)) {6387 event.getText().add(tickerText);
558 CharSequence ticker = n.tickerText; in contentDescForNotification()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...