Searched refs:targetBand (Results 1 – 2 of 2) sorted by relevance
243 public static @BandType int append24GToBandIf24GSupported(@BandType int targetBand, in append24GToBandIf24GSupported() argument246 return targetBand | SoftApConfiguration.BAND_2GHZ; in append24GToBandIf24GSupported()248 return targetBand; in append24GToBandIf24GSupported()257 public static @BandType int append5GToBandIf5GSupported(@BandType int targetBand, in append5GToBandIf5GSupported() argument260 return targetBand | SoftApConfiguration.BAND_5GHZ; in append5GToBandIf5GSupported()262 return targetBand; in append5GToBandIf5GSupported()613 @NonNull int targetBand, CoexManager coexManager) { in removeUnavailableBands() argument614 int availableBand = targetBand; in removeUnavailableBands()617 if ((targetBand & band) != 0) { in removeUnavailableBands()
320 for (int targetBand : config.getBands()) { in resetToDefaultForUnsupportedConfig()322 mContext, targetBand); in resetToDefaultForUnsupportedConfig()