Searched refs:tickerText (Results 1 – 7 of 7) sorted by relevance
302 String tickerText = String.format( in getAppInstalledNotificationBuilder() local314 .setTicker(tickerText) in getAppInstalledNotificationBuilder()
401 public CharSequence tickerText; field in Notification2552 .setTicker(tickerText) in Notification()2576 this.tickerText = tickerText; in Notification()2733 if (this.tickerText != null) { in cloneInto()2734 that.tickerText = this.tickerText.toString(); in cloneInto()3107 if (tickerText != null) { in writeToParcelImpl()3109 TextUtils.writeToParcel(tickerText, parcel, flags); in writeToParcelImpl()3564 if (this.tickerText != null) { in toString()4585 public Builder setTicker(CharSequence tickerText) { in setTicker() argument4586 mN.tickerText = safeCharSequence(tickerText); in setTicker()[all …]
568 if (!TextUtils.isEmpty(notification.tickerText)) { in dumpNotification()569 final String ticker = notification.tickerText.toString(); in dumpNotification()
9258 final CharSequence tickerText = notification.tickerText;9259 if (!TextUtils.isEmpty(tickerText)) {9260 event.getText().add(tickerText);
666 CharSequence ticker = n.tickerText; in contentDescForNotification()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6340 field public CharSequence tickerText;