Home
last modified time | relevance | path

Searched refs:uplinkFreqKhz (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java487 final int uplinkFreqKhz = cellChannel.getUplinkFreqKhz(); in updateCoexUnsafeChannels() local
529 if (uplinkFreqKhz >= 0 && uplinkBandwidthKhz > 0) { in updateCoexUnsafeChannels()
533 uplinkFreqKhz, in updateCoexUnsafeChannels()
548 uplinkFreqKhz, in updateCoexUnsafeChannels()
564 uplinkFreqKhz, in updateCoexUnsafeChannels()
584 uplinkFreqKhz, in updateCoexUnsafeChannels()
610 uplinkFreqKhz, in updateCoexUnsafeChannels()
729 if (uplinkFreqKhz >= 0 && uplinkBandwidthKhz >= 0) { in updateCoexUnsafeChannels()
731 uplinkFreqKhz, uplinkBandwidthKhz, in updateCoexUnsafeChannels()
DCoexUtils.java652 int uplinkFreqKhz, int uplinkBandwidthKhz, int subId) { in CoexCellChannel() argument
667 if (uplinkFreqKhz < 0 && uplinkFreqKhz != PhysicalChannelConfig.FREQUENCY_UNKNOWN) { in CoexCellChannel()
668 Log.wtf(TAG, "Uplink frequency is " + uplinkFreqKhz + " but should be >= 0" in CoexCellChannel()
682 mUplinkFreqKhz = uplinkFreqKhz; in CoexCellChannel()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java2634 final int uplinkFreqKhz = Integer.parseInt(getNextArgRequired()); in buildCoexCellChannels() local
2635 if (uplinkFreqKhz < 0 && uplinkFreqKhz != PhysicalChannelConfig.FREQUENCY_UNKNOWN) { in buildCoexCellChannels()
2636 throw new IllegalArgumentException("Uplink frequency is " + uplinkFreqKhz in buildCoexCellChannels()
2648 downlinkFreqKhz, downlinkBandwidthKhz, uplinkFreqKhz, uplinkBandwidthKhz, in buildCoexCellChannels()