Home
last modified time | relevance | path

Searched refs:sameSelectionNumChoicesCounter (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java453 public IntCounter sameSelectionNumChoicesCounter = new IntCounter(0, MAX_CHOICES); field in WifiMetrics.NetworkSelectionExperimentResults
460 + sameSelectionNumChoicesCounter in toString()
3501 result.sameSelectionNumChoicesCounter = in makeNetworkSelectionExperimentDecisionsList()
3502 entry.getValue().sameSelectionNumChoicesCounter.toProto(); in makeNetworkSelectionExperimentDecisionsList()
4966 ? results.sameSelectionNumChoicesCounter
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java3604 assertKeyCountsEqual(exp12SameExpected, exp12.sameSelectionNumChoicesCounter); in testLogNetworkSelectionDecision()
3614 assertKeyCountsEqual(exp32SameExpected, exp32.sameSelectionNumChoicesCounter); in testLogNetworkSelectionDecision()
3626 assertKeyCountsEqual(exp14SameExpected, exp14.sameSelectionNumChoicesCounter); in testLogNetworkSelectionDecision()