Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java454 public IntCounter differentSelectionNumChoicesCounter = new IntCounter(0, MAX_CHOICES); field in WifiMetrics.NetworkSelectionExperimentResults
462 + differentSelectionNumChoicesCounter in toString()
3503 result.differentSelectionNumChoicesCounter = in makeNetworkSelectionExperimentDecisionsList()
3504 entry.getValue().differentSelectionNumChoicesCounter.toProto(); in makeNetworkSelectionExperimentDecisionsList()
4967 : results.differentSelectionNumChoicesCounter;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java3609 assertKeyCountsEqual(exp12DiffExpected, exp12.differentSelectionNumChoicesCounter); in testLogNetworkSelectionDecision()
3619 assertKeyCountsEqual(exp32DiffExpected, exp32.differentSelectionNumChoicesCounter); in testLogNetworkSelectionDecision()
3628 assertKeyCountsEqual(exp14DiffExpected, exp14.differentSelectionNumChoicesCounter); in testLogNetworkSelectionDecision()