Searched refs:POWER_CAP_NONE (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/ |
D | CoexUtilsTest.java | 19 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() 99 0, 2431_000 - 2401_000 + 1, POWER_CAP_NONE)) in testGetNeighboringCoexUnsafeChannels_2g_returnsCorrectOverlap() 108 0, 2495_000 - 2453_000 + 1, POWER_CAP_NONE)) in testGetNeighboringCoexUnsafeChannels_2g_returnsCorrectOverlap() 132 0, 5490_000 - 5150_000 + 1, POWER_CAP_NONE)) in testGetNeighboringCoexUnsafeChannels_5g_returnsCorrectOverlap() 158 0, 5875_000 - 5330_000 + 1, POWER_CAP_NONE)) in testGetNeighboringCoexUnsafeChannels_5g_returnsCorrectOverlap() [all …]
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | CoexUnsafeChannel.java | 45 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()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | CoexUnsafeChannelTest.java | 19 import static android.net.wifi.CoexUnsafeChannel.POWER_CAP_NONE; 52 assertThat(unsafeChannel.getPowerCapDbm()).isEqualTo(POWER_CAP_NONE); in testGetPowerCapDbm_noPowerCap_returnsPowerCapNone()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/ |
D | CoexManager.java | 19 import static android.net.wifi.CoexUnsafeChannel.POWER_CAP_NONE; 498 powerCapDbm = POWER_CAP_NONE; in updateCoexUnsafeChannels() 745 if (unsafeChannel.getPowerCapDbm() == POWER_CAP_NONE) { in updateCoexUnsafeChannels() 749 if (existingPowerCapDbm != POWER_CAP_NONE in updateCoexUnsafeChannels()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiChipAidlImpl.java | 24 import static android.net.wifi.CoexUnsafeChannel.POWER_CAP_NONE; 1405 if (powerCapDbm != POWER_CAP_NONE) { in frameworkToHalCoexUnsafeChannels()
|
D | WifiChipHidlImpl.java | 24 import static android.net.wifi.CoexUnsafeChannel.POWER_CAP_NONE; 2155 if (powerCapDbm != POWER_CAP_NONE) { in frameworkCoexUnsafeChannelsToHidl()
|
/packages/modules/Wifi/framework/api/ |
D | system-current.txt | 13 field public static final int POWER_CAP_NONE = 2147483647; // 0x7fffffff
|