Home | History | Annotate | Download | only in statusbar

Lines Matching refs:Notification

19 import android.app.Notification;
26 boolean clearable = !n.ongoingEvent && ((notification.flags & Notification.FLAG_NO_CLEAR) == 0);
43 public Notification notification;
49 int uid, int initialPid, Notification notification) {
51 if (notification == null) throw new NullPointerException();
58 this.notification = notification;
75 this.notification = new Notification(in);
89 this.notification.writeToParcel(out, flags);
112 this.uid, this.initialPid, this.notification.clone());
117 + " notification=" + notification + ")";
121 return (notification.flags & Notification.FLAG_ONGOING_EVENT) != 0;