Home | History | Annotate | Download | only in email

Lines Matching refs:Notification

19 import android.app.Notification;
66 final Notification.Builder nb = new Notification.Builder(c);
68 Notification n;
82 assertTrue((n.defaults & Notification.DEFAULT_VIBRATE) != 0);
83 assertTrue((n.flags & Notification.FLAG_SHOW_LIGHTS) != 0); // always set
84 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
95 assertFalse((n.defaults & Notification.DEFAULT_VIBRATE) != 0); // no vibe
96 assertTrue((n.flags & Notification.FLAG_SHOW_LIGHTS) != 0); // always set
97 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
111 assertTrue((n.defaults & Notification.DEFAULT_VIBRATE) != 0);
112 assertTrue((n.flags & Notification.FLAG_SHOW_LIGHTS) != 0); // always set
113 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
124 assertFalse((n.defaults & Notification.DEFAULT_VIBRATE) != 0); // no vibe
125 assertTrue((n.flags & Notification.FLAG_SHOW_LIGHTS) != 0); // always set
126 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
140 assertTrue((n.defaults & Notification.DEFAULT_VIBRATE) != 0);
141 assertTrue((n.flags & Notification.FLAG_SHOW_LIGHTS) != 0); // always set
142 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
153 assertFalse((n.defaults & Notification.DEFAULT_VIBRATE) != 0); // no vibe
154 assertTrue((n.flags & Notification.FLAG_SHOW_LIGHTS) != 0); // always set
155 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
170 Notification n;
201 Notification n;