Home
last modified time | relevance | path

Searched refs:expectTestNotification (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlertServiceTest.java272 public void expectTestNotification(int notificationId, int alertId, int highPriority) { in expectTestNotification() method in AlertServiceTest.NotificationTestManager
277 public void expectTestNotification(int notificationId, int[] alertIds, int priority) { in expectTestNotification() method in AlertServiceTest.NotificationTestManager
420 ntm.expectTestNotification(1, id, PRIORITY_HIGH); in testGenerateAlerts_single()
429 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id, PRIORITY_MIN); in testGenerateAlerts_single()
437 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id, PRIORITY_MIN); in testGenerateAlerts_single()
483 ntm.expectTestNotification(6, id4, PRIORITY_HIGH); // concurrent in testGenerateAlerts_multiple()
484 ntm.expectTestNotification(5, id5, PRIORITY_HIGH); // concurrent in testGenerateAlerts_multiple()
485 ntm.expectTestNotification(4, id6, PRIORITY_HIGH); // concurrent in testGenerateAlerts_multiple()
486 ntm.expectTestNotification(3, id7, PRIORITY_HIGH); // future in testGenerateAlerts_multiple()
487 ntm.expectTestNotification(2, id8, PRIORITY_HIGH); // future in testGenerateAlerts_multiple()
[all …]