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

/frameworks/base/core/java/android/app/
H A DNotification.java86 * <p>The {@link Notification.Builder Notification.Builder} has been added to make it
96 public class Notification implements Parcelable class in inherits:Parcelable
98 private static final String TAG = "Notification";
103 * {@link android.app.Notification Notifications}.
177 * <li>Notification of a new chat message should be stamped when the message was received.</li>
178 * <li>Notification of an ongoing file download (with a progress bar, for example) should be stamped when the download started.</li>
179 * <li>Notification of a completed file download should be stamped when the download finished.</li>
180 * <li>Notification of an upcoming meeting should be stamped with the time the meeting will begin (that is, in the future).</li>
181 * <li>Notification o
1546 public Notification() method in class:Notification
1556 public Notification(Context context, int icon, CharSequence tickerText, long when, method in class:Notification
1582 public Notification(int icon, CharSequence tickerText, long when) method in class:Notification
1594 public Notification(Parcel parcel) { method in class:Notification
[all...]

Completed in 466 milliseconds