Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java451 public static final int MAX_CHOICES = 10; field in WifiMetrics.NetworkSelectionExperimentResults
453 public IntCounter sameSelectionNumChoicesCounter = new IntCounter(0, MAX_CHOICES);
454 public IntCounter differentSelectionNumChoicesCounter = new IntCounter(0, MAX_CHOICES);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java3617 WifiMetrics.NetworkSelectionExperimentResults.MAX_CHOICES, 1) in testLogNetworkSelectionDecision()