Home
last modified time | relevance | path

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

/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DShortcutHelper.java47 private static final long REFRESH_INTERVAL_MS = 60 * 60 * 1000; field in ShortcutHelper
122 final long staleThreshold = force ? now : now - REFRESH_INTERVAL_MS; in refreshShortcuts()
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DShortcutHelper.java49 private static final long REFRESH_INTERVAL_MS = 60 * 60 * 1000; field in ShortcutHelper
124 final long staleThreshold = force ? now : now - REFRESH_INTERVAL_MS; in refreshShortcuts()