Home | History | Annotate | Download | only in statusbartest

Lines Matching refs:Notification

27 import android.app.Notification;
72 Notification n = new Notification();
86 Notification n = new Notification(R.drawable.icon1, "No view",
94 Notification n = new Notification(R.drawable.icon1, "No intent",
106 mNM.notify(1, new Notification(NotificationTestList.this,
112 mNM.notify(2, new Notification(NotificationTestList.this,
118 mNM.notify(3, new Notification(NotificationTestList.this,
128 Notification n = new Notification(R.layout.chrono_notification /* not an icon */,
131 "This is the same notification!!!", makeIntent());
138 Notification n = new Notification(R.layout.chrono_notification /* not an icon */,
141 "This is the same notification!!!", makeIntent());
148 Notification n = new Notification(R.drawable.icon2,
151 "This is the same notification!!!", makeIntent());
159 Notification n = new Notification(R.drawable.icon2,
162 "This is the same notification!!!", makeIntent());
172 Notification n = new Notification(NotificationTestList.this,
200 Notification n = new Notification(NotificationTestList.this,
204 n.flags |= Notification.FLAG_ONGOING_EVENT;
211 Notification n = new Notification(NotificationTestList.this,
215 //n.flags |= Notification.FLAG_ONGOING_EVENT;
224 Notification n = new Notification();
225 n.defaults |= Notification.DEFAULT_SOUND ;
237 Notification n = new Notification();
238 n.flags |= Notification.FLAG_SHOW_LIGHTS;
249 Notification n = new Notification();
250 n.flags |= Notification.FLAG_SHOW_LIGHTS;
261 Notification n = new Notification();
262 n.flags |= Notification.FLAG_SHOW_LIGHTS;
273 Notification n = new Notification();
274 n.flags |= Notification.FLAG_SHOW_LIGHTS;
285 Notification n = new Notification();
286 n.flags |= Notification.FLAG_SHOW_LIGHTS;
297 Notification n = new Notification();
298 n.flags |= Notification.FLAG_SHOW_LIGHTS;
309 Notification n = new Notification();
310 n.defaults |= Notification.DEFAULT_ALL;
318 Notification n = new Notification();
319 n.defaults |= Notification.DEFAULT_ALL;
320 n.flags |= Notification.FLAG_ONLY_ALERT_ONCE ;
328 Notification n = new Notification();
339 Notification n = new Notification();
352 Notification n = new Notification();
365 Notification n = new Notification();
375 Notification n = new Notification();
444 Notification n = new Notification(R.drawable.icon1, "tick tick tick",
447 "This is a notification!!!", makeIntent());
456 Notification n = new Notification(R.drawable.icon1,
466 notification!!!",
476 Notification n = new Notification(R.drawable.icon2, "tock tock tock",
486 Notification n = new Notification(R.drawable.icon2, "tock tock tock",
496 Notification n = new Notification(R.drawable.icon2, "tock tock tock",
500 n.defaults = Notification.DEFAULT_VIBRATE;
507 Notification n = new Notification(R.drawable.icon2, null,
510 "This is the same notification!!!", makeIntent());
517 Notification n = new Notification(R.drawable.icon2, "me me me me",
522 n.flags |= Notification.FLAG_ONGOING_EVENT;
533 Notification n = new Notification();
591 Notification n = new Notification(NotificationTestList.this, R.drawable.icon2,
594 n.flags |= Notification.FLAG_ONGOING_EVENT;
599 Notification n = new Notification(NotificationTestList.this, R.drawable.icon2,
642 Notification not = new Notification(
672 private Notification notificationWithNumbers(int num) {
673 Notification n = new Notification(this, R.drawable.icon2, null, System.currentTimeMillis(),
717 mNM.notify(n, new Notification(NotificationTestList.this,