Searched refs:newSingleApBand (Results 1 – 2 of 2) sorted by relevance
319 int newSingleApBand = 0; in resetToDefaultForUnsupportedConfig() local323 newSingleApBand |= availableBand; in resetToDefaultForUnsupportedConfig()325 newSingleApBand = ApConfigUtil.append24GToBandIf24GSupported( in resetToDefaultForUnsupportedConfig()326 newSingleApBand, mContext); in resetToDefaultForUnsupportedConfig()327 configBuilder.setBand(newSingleApBand); in resetToDefaultForUnsupportedConfig()329 + newSingleApBand); in resetToDefaultForUnsupportedConfig()
1269 int newSingleApBand = 0; in processMessageImpl() local1271 newSingleApBand |= configuredBand; in processMessageImpl()1273 newSingleApBand = ApConfigUtil.append24GToBandIf24GSupported( in processMessageImpl()1274 newSingleApBand, mContext); in processMessageImpl()1276 + newSingleApBand); in processMessageImpl() local1279 .setBand(newSingleApBand) in processMessageImpl()