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