Home
last modified time | relevance | path

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

/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlertServiceTest.java710 private NotificationInfo createNotificationInfo(long eventId) { in createNotificationInfo() method in AlertServiceTest
904 threeItemList.add(createNotificationInfo(5)); in testRedistributeBuckets_withinLimits()
905 threeItemList.add(createNotificationInfo(4)); in testRedistributeBuckets_withinLimits()
906 threeItemList.add(createNotificationInfo(3)); in testRedistributeBuckets_withinLimits()
942 high.add(createNotificationInfo(5)); in testRedistributeBuckets_tooManyHighPriority()
943 high.add(createNotificationInfo(4)); in testRedistributeBuckets_tooManyHighPriority()
944 high.add(createNotificationInfo(3)); in testRedistributeBuckets_tooManyHighPriority()
945 high.add(createNotificationInfo(2)); in testRedistributeBuckets_tooManyHighPriority()
946 high.add(createNotificationInfo(1)); in testRedistributeBuckets_tooManyHighPriority()
972 high.add(createNotificationInfo(5)); in testRedistributeBuckets_tooManyMediumPriority()
[all …]