Searched refs:newSingleApBand (Results 1 – 2 of 2) sorted by relevance
251 int newSingleApBand = 0; in resetToDefaultForUnsupportedConfig() local255 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()
860 int newSingleApBand = 0; in processMessage() local881 newSingleApBand |= availableBand; in processMessage()884 newSingleApBand = ApConfigUtil.append24GToBandIf24GSupported( in processMessage()885 newSingleApBand, mContext); in processMessage()887 + newSingleApBand); in processMessage() local890 .setBand(newSingleApBand) in processMessage()