Searched defs:maxScoreCacheAgeMillis (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java461 * @param maxScoreCacheAgeMillis the maximum age in milliseconds of scores to consider when
467 long maxScoreCacheAgeMillis) {
470 scoreChanged = updateScores(scoreCache, maxScoreCacheAgeMillis);
484 * @param maxScoreCacheAgeMillis the maximum age in milliseconds of scores to consider when
489 private boolean updateScores(WifiNetworkScoreCache scoreCache, long maxScoreCacheAgeMillis) { argument
507 long evictionCutoff = nowMillis - maxScoreCacheAgeMillis;
464 update( WifiNetworkScoreCache scoreCache, boolean scoringUiEnabled, long maxScoreCacheAgeMillis) argument

Completed in 19 milliseconds