Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java649 public IntCounter sameSelectionNumChoicesCounter = new IntCounter(0, MAX_CHOICES); field in WifiMetrics.NetworkSelectionExperimentResults
656 + sameSelectionNumChoicesCounter in toString()
5841 result.sameSelectionNumChoicesCounter = in makeNetworkSelectionExperimentDecisionsList()
5842 entry.getValue().sameSelectionNumChoicesCounter.toProto(); in makeNetworkSelectionExperimentDecisionsList()
8005 ? results.sameSelectionNumChoicesCounter
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java5186 assertKeyCountsEqual(exp12SameExpected, exp12.sameSelectionNumChoicesCounter); in testLogNetworkSelectionDecision()
5196 assertKeyCountsEqual(exp32SameExpected, exp32.sameSelectionNumChoicesCounter); in testLogNetworkSelectionDecision()
5208 assertKeyCountsEqual(exp14SameExpected, exp14.sameSelectionNumChoicesCounter); in testLogNetworkSelectionDecision()