Searched refs:targetBand (Results 1 – 2 of 2) sorted by relevance
183 public static @BandType int append24GToBandIf24GSupported(@BandType int targetBand, in append24GToBandIf24GSupported() argument186 return targetBand | SoftApConfiguration.BAND_2GHZ; in append24GToBandIf24GSupported()188 return targetBand; in append24GToBandIf24GSupported()484 @NonNull int targetBand, CoexManager coexManager) { in removeUnavailableBands() argument485 int availableBand = targetBand; in removeUnavailableBands()488 if ((targetBand & band) != 0) { in removeUnavailableBands()
252 for (int targetBand : config.getBands()) { in resetToDefaultForUnsupportedConfig()254 mContext, targetBand); in resetToDefaultForUnsupportedConfig()