HomeSort by relevance Sort by last modified time
    Searched refs:getContainingChannelsFromBand (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
NoBandChannelHelper.java 129 public Set<Integer> getContainingChannelsFromBand(int band) {
ChannelHelper.java 113 public abstract Set<Integer> getContainingChannelsFromBand(int band);
209 return getContainingChannelsFromBand(scanSettings.band);
KnownBandsChannelHelper.java 220 public Set<Integer> getContainingChannelsFromBand(int band) {

Completed in 175 milliseconds