Searched refs:MAX_CHOICES (Results 1 – 2 of 2) sorted by relevance
647 public static final int MAX_CHOICES = 10; field in WifiMetrics.NetworkSelectionExperimentResults649 public IntCounter sameSelectionNumChoicesCounter = new IntCounter(0, MAX_CHOICES);650 public IntCounter differentSelectionNumChoicesCounter = new IntCounter(0, MAX_CHOICES);
5199 WifiMetrics.NetworkSelectionExperimentResults.MAX_CHOICES, 1) in testLogNetworkSelectionDecision()