Searched defs:tickerText (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java126 public CharSequence tickerText; field in class:Notification
292 public Notification(Context context, int icon, CharSequence tickerText, long when, argument
297 this.tickerText = tickerText;
307 * @param tickerText The text that flows by in the status bar when the notification first
312 public Notification(int icon, CharSequence tickerText, long when) argument
315 this.tickerText = tickerText;
336 tickerText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel);
371 if (this.tickerText !
[all...]

Completed in 47 milliseconds