Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A 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()
H A DWifiBlocklistMonitorTest.java111 when(mWifiConnectivityHelper.getMaxNumAllowlistSsid()) in setup()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiConnectivityHelper.java122 public int getMaxNumAllowlistSsid() { in getMaxNumAllowlistSsid() method in WifiConnectivityHelper
H A DWifiBlocklistMonitor.java733 int maxAllowlistSize = mConnectivityHelper.getMaxNumAllowlistSsid(); in updateFirmwareRoamingConfiguration()