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()
162 when(mWifiConnectivityHelper.getMaxNumAllowlistSsid()) in setup()1779 when(mWifiConnectivityHelper.getMaxNumAllowlistSsid()).thenReturn(maxAllowlistSize); in testUpdateFirmwareRoamingConfigurationTrimsOversizeAllowlist()
124 public int getMaxNumAllowlistSsid() { in getMaxNumAllowlistSsid() method in WifiConnectivityHelper
946 int maxAllowlistSize = mConnectivityHelper.getMaxNumAllowlistSsid(); in updateFirmwareRoamingConfiguration()