Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DUsageStatsQueryHelperTest.java114 addUsageEvents(createShortcutInvocationEvent(100L)); in testQueryShortcutInvocationEvent()
194 createShortcutInvocationEvent(100_000L), in testQueryAppMovingToForegroundEvents()
294 private static UsageEvents.Event createShortcutInvocationEvent(long timestamp) { in createShortcutInvocationEvent() method in UsageStatsQueryHelperTest