Home
last modified time | relevance | path

Searched refs:lastScore (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java1138 float lastScore = 0; in addServiceResults() local
1144 if (i > 0 && targetScore >= lastScore) { in addServiceResults()
1147 targetScore = lastScore * 0.95f; in addServiceResults()
1154 + " lastScore=" + lastScore in addServiceResults()
1159 lastScore = targetScore; in addServiceResults()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java2678 staEvent.lastScore = mLastScore; in addStaEvent()
2860 if (event.lastScore != -1) sb.append(" lastScore=").append(event.lastScore); in staEventToString()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java1034 assertEquals(lower, mDecodedProto.staEventList[0].lastScore); in testScoreBeachEvents()
1036 assertEquals(upper, mDecodedProto.staEventList[1].lastScore); in testScoreBeachEvents()