Searched refs:calculateAggregation (Results 1 – 5 of 5) sorted by relevance
87 mOneGroupAggregator.calculateAggregation(mCursor); in testOneStepsRecord_equalToWindow()97 mOneGroupAggregator.calculateAggregation(mCursor); in testOneStepsRecord_doesNotHavePriority_noneAccountedForAggregation()105 mOneGroupAggregator.calculateAggregation(mCursor); in testOneStepsRecord_startAndEndEqualToWindowStart_accountedForAggregation()113 mOneGroupAggregator.calculateAggregation(mCursor); in testOneStepsRecord_startAndEndEqualToWindowEnd_notAccountedForAggregation()131 mMultiGroupAggregator.calculateAggregation(mCursor); in testOneStepsRecordMultigroup_recordInOneGroup_otherResultsAreNull()159 mMultiGroupAggregator.calculateAggregation(mCursor); in testOneStepsRecordMultigroup_instantRecordInOneGroup_otherResultsAreNull()179 mOneGroupAggregator.calculateAggregation(mCursor); in testTwoStepsRecords_allTimesEqual_highestPriorityAccounted()189 mMultiGroupAggregator.calculateAggregation(mCursor); in testTwoStepsRecordMultigroup_overlapInTheMiddleGroup()202 mMultiGroupAggregator.calculateAggregation(mCursor); in testTwoStepsRecordMultigroup_overlapBetweenGroups()215 mMultiGroupAggregator.calculateAggregation(mCursor); in testTwoStepsRecordMultigroup_overlapBetweenGroups_firstHigherPriority()[all …]
85 mOneGroupAggregator.calculateAggregation(mCursor); in testOneSession_startedEarlierThanWindow()93 mOneGroupAggregator.calculateAggregation(mCursor); in testOneSession_biggerThanWindow()101 mOneGroupAggregator.calculateAggregation(mCursor); in testOneSession_equalToWindow()111 mOneGroupAggregator.calculateAggregation(mCursor); in testOneSession_oneExcludeInterval()121 mOneGroupAggregator.calculateAggregation(mCursor); in testOneSession_severalExcludeIntervals()131 mMultiGroupAggregator.calculateAggregation(mCursor); in testOneSession_severalExcludeIntervalsInMultiGroup()143 mMultiGroupAggregator.calculateAggregation(mCursor); in testOneSession_emptyBucketResultIsNull()155 mOneGroupAggregator.calculateAggregation(mCursor); in testOneSession_newAggregation_noPriority_returnsNothing()167 mOneGroupAggregator.calculateAggregation(mCursor); in testTwoSessions_newAggregation_sessionWithoutPriority_isNotCounted()180 mOneGroupAggregator.calculateAggregation(mCursor); in testTwoSessions_newAggregation_sessionsWithoutPriority_returnsNull()[all …]
153 mOneGroupAggregator.calculateAggregation(mCursor); in testAppStepsRecord_returnCorrectAggregation()
101 public void calculateAggregation(Cursor cursor) { in calculateAggregation() method in PriorityRecordsAggregator
256 aggregator.calculateAggregation(cursor); in processPriorityRequest()