Home
last modified time | relevance | path

Searched refs:POWER_CAP_NONE (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
H A DCoexUtilsTest.java19 import static android.net.wifi.CoexUnsafeChannel.POWER_CAP_NONE;
74 50_000, 50_000, POWER_CAP_NONE)).isEmpty(); in testGetNeighboringCoexUnsafeChannels_noOverlap_returnsEmptySet()
76 50_000, 50_000, POWER_CAP_NONE)).isEmpty(); in testGetNeighboringCoexUnsafeChannels_noOverlap_returnsEmptySet()
78 50_000, 50_000, POWER_CAP_NONE)).isEmpty(); in testGetNeighboringCoexUnsafeChannels_noOverlap_returnsEmptySet()
82 50_000, 50_000, POWER_CAP_NONE)).isEmpty(); in testGetNeighboringCoexUnsafeChannels_noOverlap_returnsEmptySet()
84 50_000, 50_000, POWER_CAP_NONE)).isEmpty(); in testGetNeighboringCoexUnsafeChannels_noOverlap_returnsEmptySet()
217 harmonicDeg, maxOverlap, POWER_CAP_NONE)) in testGet2gHarmonicUnsafeChannels_exampleInputs_returnsCorrectOverlap()
231 harmonicDeg, maxOverlap, POWER_CAP_NONE)) in testGet2gHarmonicUnsafeChannels_exampleInputs_returnsCorrectOverlap()
245 harmonicDeg, maxOverlap, POWER_CAP_NONE)) in testGet2gHarmonicUnsafeChannels_exampleInputs_returnsCorrectOverlap()
258 harmonicDeg, maxOverlap, POWER_CAP_NONE)) in testGet2gHarmonicUnsafeChannels_overlapDoesNotMeetThreshold_returnsNoChannels()
[all …]
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DCoexUnsafeChannel.java45 public static final int POWER_CAP_NONE = Integer.MAX_VALUE; field in CoexUnsafeChannel
62 mPowerCapDbm = POWER_CAP_NONE; in CoexUnsafeChannel()
127 if (mPowerCapDbm != POWER_CAP_NONE) { in toString()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DCoexUnsafeChannelTest.java19 import static android.net.wifi.CoexUnsafeChannel.POWER_CAP_NONE;
52 assertThat(unsafeChannel.getPowerCapDbm()).isEqualTo(POWER_CAP_NONE); in testGetPowerCapDbm_noPowerCap_returnsPowerCapNone()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
H A DCoexManager.java19 import static android.net.wifi.CoexUnsafeChannel.POWER_CAP_NONE;
444 powerCapDbm = POWER_CAP_NONE; in updateCoexUnsafeChannels()
685 if (unsafeChannel.getPowerCapDbm() == POWER_CAP_NONE) { in updateCoexUnsafeChannels()
689 if (existingPowerCapDbm != POWER_CAP_NONE in updateCoexUnsafeChannels()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiVendorHal.java18 import static android.net.wifi.CoexUnsafeChannel.POWER_CAP_NONE;
690 if (powerCapDbm != POWER_CAP_NONE) { in frameworkCoexUnsafeChannelsToHidl()
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt11 field public static final int POWER_CAP_NONE = 2147483647; // 0x7fffffff