Searched refs:addEventHistory (Results 1 – 3 of 3) sorted by relevance
92 mAggEventHistory.addEventHistory(mEventHistory1); in testQueryEventIndexForSingleEventType()93 mAggEventHistory.addEventHistory(mEventHistory2); in testQueryEventIndexForSingleEventType()109 mAggEventHistory.addEventHistory(mEventHistory1); in testQueryEventIndexForMultipleEventTypes()110 mAggEventHistory.addEventHistory(mEventHistory2); in testQueryEventIndexForMultipleEventTypes()123 mAggEventHistory.addEventHistory(mEventHistory1); in testQueryEvents()124 mAggEventHistory.addEventHistory(mEventHistory2); in testQueryEvents()
154 result.addEventHistory(shortcutEventHistory); in getEventHistory()162 result.addEventHistory(locusEventHistory); in getEventHistory()174 result.addEventHistory(callEventHistory); in getEventHistory()181 result.addEventHistory(smsEventHistory); in getEventHistory()
72 void addEventHistory(EventHistory eventHistory) { in addEventHistory() method in AggregateEventHistoryImpl