Home | History | Annotate | Download | only in statusbartest

Lines Matching refs:Notification

19 import android.app.Notification;
99 Notification n = new Notification();
121 Notification n = new Notification(R.drawable.icon1, null,
124 n.flags |= Notification.FLAG_ONGOING_EVENT;
134 Notification n = new Notification(R.drawable.icon1, null,
137 "This is a notification!!!", null);
146 Notification n = new Notification(R.drawable.icon1, "tick tick tick",
149 "This is a notification!!!", makeIntent());
156 Notification n = new Notification(R.drawable.icon1, "No view",
164 Notification n = new Notification(R.drawable.icon1, "No intent",
175 Notification n;
177 n = new Notification(NotificationTestList.this,
182 n.flags |= Notification.FLAG_ONGOING_EVENT;
186 mNM.notify(2, new Notification(NotificationTestList.this,
192 mNM.notify(3, new Notification(NotificationTestList.this,
202 Notification n = new Notification(R.layout.chrono_notification /* not an icon */,
205 "This is the same notification!!!", makeIntent());
212 Notification n = new Notification(R.layout.chrono_notification /* not an icon */,
215 "This is the same notification!!!", makeIntent());
222 Notification n = new Notification(0, null, System.currentTimeMillis());
224 "This is the same notification!!!", makeIntent());
231 Notification n = new Notification(R.drawable.icon2,
234 "This is the same notification!!!", makeIntent());
242 Notification n = new Notification(R.drawable.icon2,
245 "This is the same notification!!!", makeIntent());
255 Notification n = new Notification(NotificationTestList.this,
283 Notification n = new Notification(NotificationTestList.this,
287 n.flags |= Notification.FLAG_ONGOING_EVENT;
294 Notification n = new Notification(NotificationTestList.this,
298 //n.flags |= Notification.FLAG_ONGOING_EVENT;
307 Notification n = new Notification();
308 n.defaults |= Notification.DEFAULT_SOUND ;
326 Notification n = new Notification(R.drawable.icon1, null,
337 n.flags |= Notification.FLAG_ONGOING_EVENT;
364 Notification n = new Notification();
365 n.flags |= Notification.FLAG_SHOW_LIGHTS;
376 Notification n = new Notification();
377 n.flags |= Notification.FLAG_SHOW_LIGHTS;
388 Notification n = new Notification();
389 n.flags |= Notification.FLAG_SHOW_LIGHTS;
400 Notification n = new Notification();
401 n.flags |= Notification.FLAG_SHOW_LIGHTS;
412 Notification n = new Notification();
413 n.flags |= Notification.FLAG_SHOW_LIGHTS;
424 Notification n = new Notification();
425 n.flags |= Notification.FLAG_SHOW_LIGHTS;
436 Notification n = new Notification();
437 n.defaults |= Notification.DEFAULT_ALL;
445 NotificationNotification();
446 n.defaults |= Notification.DEFAULT_ALL;
447 n.flags |= Notification.FLAG_ONLY_ALERT_ONCE ;
455 Notification n = new Notification();
466 Notification n = new Notification();
479 Notification n = new Notification();
492 Notification n = new Notification();
502 Notification n = new Notification();
571 Notification n = new Notification(R.drawable.icon1, "tick tick tick",
574 "This is a notification!!!", makeIntent());
583 Notification n = new Notification(R.drawable.icon1,
593 "This is still a notification!!!",
603 Notification n = new Notification(R.drawable.icon2, "tock tock tock",
613 Notification n = new Notification(R.drawable.icon2, "tock tock tock\nmooooo",
623 Notification n = new Notification(R.drawable.icon2, "tock tock tock",
627 n.defaults = Notification.DEFAULT_VIBRATE;
634 Notification n = new Notification(R.drawable.icon2, null,
637 "This is the same notification!!!", makeIntent());
644 Notification n = new Notification(R.drawable.icon2, "me me me me",
649 n.flags |= Notification.FLAG_ONGOING_EVENT;
660 Notification n = new Notification();
718 Notification n = new Notification(
727 n.flags |= Notification.FLAG_ONGOING_EVENT;
731 Notification n = new Notification(
786 Notification n = new Notification.Builder(NotificationTestList.this)
790 .setPriority(Notification.PRIORITY_HIGH)
810 Notification n = new Notification.Builder(NotificationTestList.this)
814 .setPriority(Notification.PRIORITY_MAX)
834 Notification n = new Notification.Builder(NotificationTestList.this)
838 .setPriority(Notification.PRIORITY_MIN)
874 private Notification notificationWithNumbers(int num) {
875 Notification n = new Notification(this,
881 "Notification", "Number=" + num,
931 mNM.notify(n, new Notification(NotificationTestList.this,