Searched refs:REFRESH_INTERVAL_MS (Results 1 – 1 of 1) 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()