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

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

Completed in 833 milliseconds