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

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java51 public class NotificationTestList extends TestActivity class in inherits:TestActivity
53 private final static String TAG = "NotificationTestList";
124 Notification n = new Notification.Builder(NotificationTestList.this,
136 Notification n = new Notification.Builder(NotificationTestList.this,
154 Notification n = new Notification.Builder(NotificationTestList.this,
171 Notification n = new Notification.Builder(NotificationTestList.this, "min")
177 n = new Notification.Builder(NotificationTestList.this, "low")
183 n = new Notification.Builder(NotificationTestList.this, "default")
191 n = new Notification.Builder(NotificationTestList.this, "low")
203 Notification n = new Notification.Builder(NotificationTestList
[all...]

Completed in 53 milliseconds