Searched refs:timedScore (Results 1 – 1 of 1) sorted by relevance
250 for (TimestampedScoredNetwork timedScore : scoredNetworkArrayList) { in AccessPoint()251 mScoredNetworkCache.put(timedScore.getScore().networkKey.wifiKey.bssid, timedScore); in AccessPoint() local478 TimestampedScoredNetwork timedScore = mScoredNetworkCache.get(result.BSSID); in updateScores() local479 if (timedScore == null) { in updateScores()484 timedScore.update(score, nowMillis); in updateScores()531 for (TimestampedScoredNetwork timedScore : mScoredNetworkCache.values()) { in generateAverageSpeedForSsid()532 int speed = timedScore.getScore().calculateBadge(mRssi); in generateAverageSpeedForSsid()1029 TimestampedScoredNetwork timedScore = mScoredNetworkCache.get(result.BSSID); in getSpecificApSpeed() local1030 if (timedScore == null) { in getSpecificApSpeed()1035 return timedScore.getScore().calculateBadge(result.level); in getSpecificApSpeed()