HomeSort by relevance Sort by last modified time
    Searched full:stalethreshold (Results 1 - 4 of 4) sorted by null

  /developers/build/prebuilts/gradle/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
ShortcutHelper.java 122 final long staleThreshold = force ? now : now - REFRESH_INTERVAL_MS;
135 if (extras != null && extras.getLong(EXTRA_LAST_REFRESH) >= staleThreshold) {
  /developers/samples/android/system/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
ShortcutHelper.java 122 final long staleThreshold = force ? now : now - REFRESH_INTERVAL_MS;
135 if (extras != null && extras.getLong(EXTRA_LAST_REFRESH) >= staleThreshold) {
  /development/samples/ShortcutSample/src/com/example/android/shortcutsample/
ShortcutHelper.java 124 final long staleThreshold = force ? now : now - REFRESH_INTERVAL_MS;
137 if (extras != null && extras.getLong(EXTRA_LAST_REFRESH) >= staleThreshold) {
  /development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
ShortcutHelper.java 122 final long staleThreshold = force ? now : now - REFRESH_INTERVAL_MS;
135 if (extras != null && extras.getLong(EXTRA_LAST_REFRESH) >= staleThreshold) {

Completed in 5341 milliseconds