Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DPackageData.java144 AggregateEventHistoryImpl result = new AggregateEventHistoryImpl(); in getEventHistory()
192 return eventHistory != null ? eventHistory : new AggregateEventHistoryImpl(); in getClassLevelEventHistory()
H A DAggregateEventHistoryImpl.java26 class AggregateEventHistoryImpl implements EventHistory { class
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DAggregateEventHistoryImplTest.java53 private AggregateEventHistoryImpl mAggEventHistory;
64 mAggEventHistory = new AggregateEventHistoryImpl(); in setUp()