Home
last modified time | relevance | path

Searched refs:getMaxNumAllowlistSsid (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityHelperTest.java136 assertEquals(MAX_SSID_ALLOWLIST_SIZE, mWifiConnectivityHelper.getMaxNumAllowlistSsid()); in verifyFirmwareRoamingCapabilityWithSuccessfulNativeCall()
152 mWifiConnectivityHelper.getMaxNumAllowlistSsid()); in verifyFirmwareRoamingCapabilityWithFailureNativeCall()
172 mWifiConnectivityHelper.getMaxNumAllowlistSsid()); in verifyFirmwareRoamingCapabilityWithInvalidMaxBssidBlocklistSize()
192 mWifiConnectivityHelper.getMaxNumAllowlistSsid()); in verifyFirmwareRoamingCapabilityWithInvalidMaxSsidAllowlistSize()
DWifiBlocklistMonitorTest.java162 when(mWifiConnectivityHelper.getMaxNumAllowlistSsid()) in setup()
1779 when(mWifiConnectivityHelper.getMaxNumAllowlistSsid()).thenReturn(maxAllowlistSize); in testUpdateFirmwareRoamingConfigurationTrimsOversizeAllowlist()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConnectivityHelper.java124 public int getMaxNumAllowlistSsid() { in getMaxNumAllowlistSsid() method in WifiConnectivityHelper
DWifiBlocklistMonitor.java946 int maxAllowlistSize = mConnectivityHelper.getMaxNumAllowlistSsid(); in updateFirmwareRoamingConfiguration()