Searched refs:lastScore (Results 1 – 3 of 3) sorted by relevance
1138 float lastScore = 0; in addServiceResults() local1144 if (i > 0 && targetScore >= lastScore) { in addServiceResults()1147 targetScore = lastScore * 0.95f; in addServiceResults()1154 + " lastScore=" + lastScore in addServiceResults()1159 lastScore = targetScore; in addServiceResults()
2678 staEvent.lastScore = mLastScore; in addStaEvent()2860 if (event.lastScore != -1) sb.append(" lastScore=").append(event.lastScore); in staEventToString()
1034 assertEquals(lower, mDecodedProto.staEventList[0].lastScore); in testScoreBeachEvents()1036 assertEquals(upper, mDecodedProto.staEventList[1].lastScore); in testScoreBeachEvents()