Searched refs:maxScoreCacheAgeMillis (Results 1 – 1 of 1) sorted by relevance
524 long maxScoreCacheAgeMillis) { in update() argument527 scoreChanged = updateScores(scoreCache, maxScoreCacheAgeMillis); in update()546 private boolean updateScores(WifiNetworkScoreCache scoreCache, long maxScoreCacheAgeMillis) { in updateScores() argument566 long evictionCutoff = nowMillis - maxScoreCacheAgeMillis; in updateScores()