Searched refs:maxScoreCacheAgeMillis (Results 1 – 1 of 1) sorted by relevance
564 long maxScoreCacheAgeMillis) { in update() argument567 scoreChanged = updateScores(scoreCache, maxScoreCacheAgeMillis); in update()586 private boolean updateScores(WifiNetworkScoreCache scoreCache, long maxScoreCacheAgeMillis) { in updateScores() argument606 long evictionCutoff = nowMillis - maxScoreCacheAgeMillis; in updateScores()