Searched refs:REFRESH_INTERVAL_MS (Results 1 – 2 of 2) sorted by relevance
47 private static final long REFRESH_INTERVAL_MS = 60 * 60 * 1000; field in ShortcutHelper122 final long staleThreshold = force ? now : now - REFRESH_INTERVAL_MS; in refreshShortcuts()
49 private static final long REFRESH_INTERVAL_MS = 60 * 60 * 1000; field in ShortcutHelper124 final long staleThreshold = force ? now : now - REFRESH_INTERVAL_MS; in refreshShortcuts()