Home | History | Annotate | Download | only in alerts

Lines Matching refs:alerts

17 package com.android.calendar.alerts;
35 import com.android.calendar.alerts.AlertService.NotificationInfo;
36 import com.android.calendar.alerts.AlertService.NotificationWrapper;
264 public NotificationTestManager(ArrayList<Alert> alerts, int maxNotifications) {
266 mAlerts = alerts;
455 // Set up future alerts. The real query implementation sorts by descending start
464 // Set up concurrent alerts (that started recently).
472 // Set up past alerts.
527 // Set up future alerts. The real query implementation sorts by descending start
536 // Set up concurrent alerts (that started recently).
544 // Set up past alerts.
552 // Test when # alerts = max.
567 // Test when # alerts > max.
594 // Set up future alerts. The real query implementation sorts by descending start
774 assertTrue("newAlert should be ON for scheduled alerts", highPriority.get(0).newAlert);
776 assertFalse("newAlert should be OFF for fired alerts", highPriority.get(1).newAlert);