Searched refs:NotificationTestList (Results 1 - 1 of 1) sorted by path

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java42 public class NotificationTestList extends TestActivity class in inherits:TestActivity
44 private final static String TAG = "NotificationTestList";
84 PowerManager pm = (PowerManager)NotificationTestList.this.getSystemService(Context.POWER_SERVICE);
128 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
140 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
158 n.setLatestEventInfo(NotificationTestList.this, "No intent",
169 n = new Notification(NotificationTestList.this,
178 mNM.notify(2, new Notification(NotificationTestList.this,
184 mNM.notify(3, new Notification(NotificationTestList.this,
196 n.setLatestEventInfo(NotificationTestList
[all...]

Completed in 137 milliseconds