Home
last modified time | relevance | path

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

/development/samples/browseable/AppShortcuts/src/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()
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DShortcutHelper.java46 private static final String EXTRA_LAST_REFRESH = field in ShortcutHelper
137 if (extras != null && extras.getLong(EXTRA_LAST_REFRESH) >= staleThreshold) { in refreshShortcuts()
194 extras.putLong(EXTRA_LAST_REFRESH, System.currentTimeMillis()); in setExtras()