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

/frameworks/base/core/java/android/app/
H A DNotification.java146 public CharSequence tickerText; field in class:Notification
322 public Notification(Context context, int icon, CharSequence tickerText, long when, argument
327 this.tickerText = tickerText;
337 * @param tickerText The text that flows by in the status bar when the notification first
345 public Notification(int icon, CharSequence tickerText, long when) argument
348 this.tickerText = tickerText;
369 tickerText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel);
411 if (this.tickerText !
810 setTicker(CharSequence tickerText) argument
820 setTicker(CharSequence tickerText, RemoteViews views) argument
[all...]

Completed in 57 milliseconds