Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DUsageStatsQueryHelperTest.java133 List<Event> events = mPackageData.mEventStore.mLocusEventHistory.queryEvents( in testInAppConversationSwitch()
149 List<Event> events = mPackageData.mEventStore.mLocusEventHistory.queryEvents( in testInAppConversationExplicitlyEnd()
165 List<Event> events = mPackageData.mEventStore.mLocusEventHistory.queryEvents( in testInAppConversationImplicitlyEnd()
183 List<Event> events = mPackageData.mEventStore.mLocusEventHistory.queryEvents( in testMultipleInAppConversations()
393 private final EventHistoryImpl mLocusEventHistory; field in UsageStatsQueryHelperTest.TestEventStore
399 mLocusEventHistory = new TestEventHistoryImpl(EVENT_HISTORY_INJECTOR, rootDir, in TestEventStore()
409 return mLocusEventHistory; in getOrCreateEventHistory()