Searched refs:freqsForBand (Results 1 – 1 of 1) sorted by relevance
2002 List<Integer> freqsForBand = ApConfigUtil.getAvailableChannelFreqsForBand( in onDriverCountryCodeChanged() local2004 if (freqsForBand != null) { in onDriverCountryCodeChanged()2005 freqs.addAll(freqsForBand); in onDriverCountryCodeChanged()2006 int[] channel = new int[freqsForBand.size()]; in onDriverCountryCodeChanged()2007 for (int i = 0; i < freqsForBand.size(); i++) { in onDriverCountryCodeChanged()2009 freqsForBand.get(i)); in onDriverCountryCodeChanged()