Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java251 int newSingleApBand = 0; in resetToDefaultForUnsupportedConfig() local
255 newSingleApBand |= availableBand; in resetToDefaultForUnsupportedConfig()
257 newSingleApBand = ApConfigUtil.append24GToBandIf24GSupported( in resetToDefaultForUnsupportedConfig()
258 newSingleApBand, mContext); in resetToDefaultForUnsupportedConfig()
259 configBuilder.setBand(newSingleApBand); in resetToDefaultForUnsupportedConfig()
261 + newSingleApBand); in resetToDefaultForUnsupportedConfig()
DSoftApManager.java860 int newSingleApBand = 0; in processMessage() local
881 newSingleApBand |= availableBand; in processMessage()
884 newSingleApBand = ApConfigUtil.append24GToBandIf24GSupported( in processMessage()
885 newSingleApBand, mContext); in processMessage()
887 + newSingleApBand); in processMessage() local
890 .setBand(newSingleApBand) in processMessage()