Searched refs:getMaxNumAllowlistSsid (Results 1 – 4 of 4) sorted by relevance
136 assertEquals(MAX_SSID_ALLOWLIST_SIZE, mWifiConnectivityHelper.getMaxNumAllowlistSsid()); in verifyFirmwareRoamingCapabilityWithSuccessfulNativeCall()152 mWifiConnectivityHelper.getMaxNumAllowlistSsid()); in verifyFirmwareRoamingCapabilityWithFailureNativeCall()172 mWifiConnectivityHelper.getMaxNumAllowlistSsid()); in verifyFirmwareRoamingCapabilityWithInvalidMaxBssidBlocklistSize()192 mWifiConnectivityHelper.getMaxNumAllowlistSsid()); in verifyFirmwareRoamingCapabilityWithInvalidMaxSsidAllowlistSize()
111 when(mWifiConnectivityHelper.getMaxNumAllowlistSsid()) in setup()
122 public int getMaxNumAllowlistSsid() { in getMaxNumAllowlistSsid() method in WifiConnectivityHelper
733 int maxAllowlistSize = mConnectivityHelper.getMaxNumAllowlistSsid(); in updateFirmwareRoamingConfiguration()