Searched refs:HISTORY_MAX_AGE_MS (Results 1 – 1 of 1) sorted by relevance
41 private static final long HISTORY_MAX_AGE_MS = 10000; field in HistoryTracker50 Math.pow(10, Math.log10(MINIMUM_SCORE) / HISTORY_MAX_AGE_MS * DECAY_INTERVAL_MS);183 mExpiryMs = uptimeMillis + HISTORY_MAX_AGE_MS; in CombinedResult()189 long decayedTimeMs = HISTORY_MAX_AGE_MS - remainingTimeMs; in getDecayedScore()