Searched refs:minScore (Results 1 – 3 of 3) sorted by relevance
209 int minScore = getMinScore(candidateNameType, nameType); in matchName() local210 if (minScore == maxScore) { in matchName()236 score = (int)(minScore + (maxScore - minScore) * (1.0f - distance)); in matchName()
207 int minScore = getMinScore(candidateNameType, nameType); in matchName() local208 if (minScore == maxScore) { in matchName()234 score = (int)(minScore + (maxScore - minScore) * (1.0f - distance)); in matchName()
545 int minScore = 100; in stayOnIfRssiDoesNotGetBelowEntryThreshold() local558 if (mWifiInfo.getScore() < minScore) minScore = mWifiInfo.getScore(); in stayOnIfRssiDoesNotGetBelowEntryThreshold()560 assertTrue(oops, minScore > ConnectedScore.WIFI_TRANSITION_SCORE); in stayOnIfRssiDoesNotGetBelowEntryThreshold()