Home
last modified time | relevance | path

Searched refs:removeUnsupportedBands (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java253 int availableBand = ApConfigUtil.removeUnsupportedBands( in resetToDefaultForUnsupportedConfig()
265 int newBand = ApConfigUtil.removeUnsupportedBands(mContext, config.getBand()); in resetToDefaultForUnsupportedConfig()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java516 public static @BandType int removeUnsupportedBands(Context context, in removeUnsupportedBands() method in ApConfigUtil