Searched refs:threeItemList (Results 1 – 1 of 1) sorted by relevance
903 ArrayList<NotificationInfo> threeItemList = new ArrayList<NotificationInfo>(); in testRedistributeBuckets_withinLimits() local904 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()