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

/frameworks/base/core/java/android/app/
H A DNotification.java49 * <p>The {@link Notification.Builder Notification.Builder} has been added to make it
59 public class Notification implements Parcelable class in inherits:Parcelable
109 * <li>Notification of a new chat message should be stamped when the message was received.</li>
110 * <li>Notification of an ongoing file download (with a progress bar, for example) should be stamped when the download started.</li>
111 * <li>Notification of a completed file download should be stamped when the download finished.</li>
112 * <li>Notification of an upcoming meeting should be stamped with the time the meeting will begin (that is, in the future).</li>
113 * <li>Notification of an ongoing stopwatch (increasing timer) should be stamped with the watch's start time.
114 * <li>Notification of an ongoing countdown timer should be stamped with the timer's end time.
143 * {@link Notification
504 public Notification() method in class:Notification
513 public Notification(Context context, int icon, CharSequence tickerText, long when, method in class:Notification
536 public Notification(int icon, CharSequence tickerText, long when) method in class:Notification
546 public Notification(Parcel parcel) method in class:Notification
[all...]

Completed in 275 milliseconds