Searched defs:NotificationTestList (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java44 public class NotificationTestList extends TestActivity class in inherits:TestActivity
46 private final static String TAG = "NotificationTestList";
93 PowerManager pm = (PowerManager)NotificationTestList.this.getSystemService(Context.POWER_SERVICE);
137 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
149 n.setLatestEventInfo(NotificationTestList.this, "Persistent #1",
167 n.setLatestEventInfo(NotificationTestList.this, "No intent",
178 n = new Notification(NotificationTestList.this,
187 mNM.notify(2, new Notification(NotificationTestList.this,
193 mNM.notify(3, new Notification(NotificationTestList.this,
205 n.setLatestEventInfo(NotificationTestList
[all...]

Completed in 93 milliseconds