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

/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java1301 private final IServiceNotification mNotification = new Notification();
1424 private class Notification extends IServiceNotification.Stub { class in class:BatteryService.HealthServiceWrapper
/frameworks/base/core/java/android/app/
H A DNotification.java100 * <p>The {@link Notification.Builder Notification.Builder} has been added to make it
110 public class Notification implements Parcelable class in inherits:Parcelable
112 private static final String TAG = "Notification";
138 * contain the tag provided to {@link NotificationManager#notify(String, int, Notification)}
145 * contain the id provided to {@link NotificationManager#notify(String, int, Notification)}
228 * <li>Notification of a new chat message should be stamped when the message was received.</li>
229 * <li>Notification of an ongoing file download (with a progress bar, for example) should be stamped when the download started.</li>
230 * <li>Notification of a completed file download should be stamped when the download finished.</li>
231 * <li>Notification o
2053 public Notification() method in class:Notification
2063 public Notification(Context context, int icon, CharSequence tickerText, long when, method in class:Notification
2089 public Notification(int icon, CharSequence tickerText, long when) method in class:Notification
2101 public Notification(Parcel parcel) { method in class:Notification
[all...]

Completed in 1999 milliseconds