Home | History | Annotate | Download | only in wifi

Lines Matching refs:scores

91     /** Mapping of Wifi Scores to counts */
910 * in WifiScoreReport by current connected network. Scores are bounded
1111 List<WifiMetricsProto.WifiScoreCount> scores = new ArrayList<>();
1189 scores.add(keyVal);
1191 mWifiLogProto.wifiScoreCount = scores.toArray(mWifiLogProto.wifiScoreCount);