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.java452 final int uplinkFreqKhz = cellChannel.getUplinkFreqKhz(); in updateCoexUnsafeChannels() local
479 if (uplinkFreqKhz >= 0 && uplinkBandwidthKhz > 0) { in updateCoexUnsafeChannels()
483 uplinkFreqKhz, in updateCoexUnsafeChannels()
498 uplinkFreqKhz, in updateCoexUnsafeChannels()
514 uplinkFreqKhz, in updateCoexUnsafeChannels()
534 uplinkFreqKhz, in updateCoexUnsafeChannels()
560 uplinkFreqKhz, in updateCoexUnsafeChannels()
DCoexUtils.java560 int uplinkFreqKhz, int uplinkBandwidthKhz, int subId) { in CoexCellChannel() argument
575 if (uplinkFreqKhz < 0 && uplinkFreqKhz != PhysicalChannelConfig.FREQUENCY_UNKNOWN) { in CoexCellChannel()
576 Log.wtf(TAG, "Uplink frequency is " + uplinkFreqKhz + " but should be >= 0" in CoexCellChannel()
590 mUplinkFreqKhz = uplinkFreqKhz; in CoexCellChannel()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java1304 final int uplinkFreqKhz = Integer.parseInt(getNextArgRequired()); in buildCoexCellChannels() local
1305 if (uplinkFreqKhz < 0 && uplinkFreqKhz != PhysicalChannelConfig.FREQUENCY_UNKNOWN) { in buildCoexCellChannels()
1306 throw new IllegalArgumentException("Uplink frequency is " + uplinkFreqKhz in buildCoexCellChannels()
1318 downlinkFreqKhz, downlinkBandwidthKhz, uplinkFreqKhz, uplinkBandwidthKhz, in buildCoexCellChannels()