Searched refs:maxScoreCacheAgeMillis (Results 1 – 1 of 1) sorted by relevance
467 long maxScoreCacheAgeMillis) { in update() argument470 scoreChanged = updateScores(scoreCache, maxScoreCacheAgeMillis); in update()489 private boolean updateScores(WifiNetworkScoreCache scoreCache, long maxScoreCacheAgeMillis) { in updateScores() argument507 long evictionCutoff = nowMillis - maxScoreCacheAgeMillis; in updateScores()