Home
last modified time | relevance | path

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

/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlertServiceTest.java903 ArrayList<NotificationInfo> threeItemList = new ArrayList<NotificationInfo>(); in testRedistributeBuckets_withinLimits() local
904 threeItemList.add(createNotificationInfo(5)); in testRedistributeBuckets_withinLimits()
905 threeItemList.add(createNotificationInfo(4)); in testRedistributeBuckets_withinLimits()
906 threeItemList.add(createNotificationInfo(3)); in testRedistributeBuckets_withinLimits()
909 ArrayList<NotificationInfo> high = threeItemList; in testRedistributeBuckets_withinLimits()
919 medium = threeItemList; in testRedistributeBuckets_withinLimits()
927 high = new ArrayList<NotificationInfo>(threeItemList); in testRedistributeBuckets_withinLimits()