Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DUsageStatsQueryHelperTest.java119 List<Event> events = mPackageData.mEventStore.mShortcutEventHistory.queryEvents( in testQueryShortcutInvocationEvent()
392 private final EventHistoryImpl mShortcutEventHistory; field in UsageStatsQueryHelperTest.TestEventStore
397 mShortcutEventHistory = new TestEventHistoryImpl(EVENT_HISTORY_INJECTOR, rootDir, in TestEventStore()
407 return mShortcutEventHistory; in getOrCreateEventHistory()