Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerUsageTest.java134 final long end3 = System.currentTimeMillis() + USAGE_STATS_RANGE_ALLOWANCE; in testReportShortcutUsed() local
137 checkEventReported(start3, end3, mPackageContext1, idManifest, "Events weren't populated"); in testReportShortcutUsed()
140 mUsageStatsManager, (usm) -> usm.queryEvents(start3, end3)), in testReportShortcutUsed()