Home
last modified time | relevance | path

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

/developers/samples/android/system/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
DShortcutHelper.java44 private static final String EXTRA_LAST_REFRESH = field in ShortcutHelper
135 if (extras != null && extras.getLong(EXTRA_LAST_REFRESH) >= staleThreshold) { in refreshShortcuts()
191 extras.putLong(EXTRA_LAST_REFRESH, System.currentTimeMillis()); in setExtras()