Searched defs:getChannelsForBand (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWificondControl.java752 public int [] getChannelsForBand(int band) { method in class:WificondControl
769 Log.e(TAG, "Failed to request getChannelsForBand due to remote exception");
H A DWifiNative.java1139 public int [] getChannelsForBand(int band) { method in class:WifiNative
1140 return mWificondControl.getChannelsForBand(band);

Completed in 66 milliseconds