Searched refs:allowed2GChannels (Results 1 – 3 of 3) sorted by relevance
71 ArrayList<Integer> allowed2GChannels, in chooseApChannel() argument81 if (allowed2GChannels == null || allowed2GChannels.size() == 0) { in chooseApChannel()88 int index = sRandom.nextInt(allowed2GChannels.size()); in chooseApChannel()89 return allowed2GChannels.get(index).intValue(); in chooseApChannel()114 ArrayList<Integer> allowed2GChannels, in updateApChannelConfig() argument133 config.apBand, allowed2GChannels, in updateApChannelConfig()
144 String countryCode, ArrayList<Integer> allowed2GChannels, in makeSoftApManager() argument148 allowed2GChannels, listener); in makeSoftApManager()
95 ArrayList<Integer> allowed2GChannels, in SoftApManager() argument104 mAllowed2GChannels = allowed2GChannels; in SoftApManager()