Home
last modified time | relevance | path

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

/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlertServiceTest.java738 ArrayList<NotificationInfo> lowPriority = new ArrayList<NotificationInfo>(); in testProcessQuery_skipDeclinedDismissed() local
741 mediumPriority, lowPriority); in testProcessQuery_skipDeclinedDismissed() local
743 assertEquals(0, lowPriority.size()); in testProcessQuery_skipDeclinedDismissed()
765 ArrayList<NotificationInfo> lowPriority = new ArrayList<NotificationInfo>(); in testProcessQuery_newAlert() local
768 mediumPriority, lowPriority); in testProcessQuery_newAlert() local
770 assertEquals(0, lowPriority.size()); in testProcessQuery_newAlert()
787 ArrayList<NotificationInfo> lowPriority = new ArrayList<NotificationInfo>(); in testProcessQuery_recurringEvent() local
798 mediumPriority, lowPriority); in testProcessQuery_recurringEvent() local
799 assertEquals(0, lowPriority.size()); in testProcessQuery_recurringEvent()
809 mediumPriority, lowPriority); in testProcessQuery_recurringEvent() local
[all …]