Searched refs:updateAndGetBssidBlocklistForSsids (Results 1 – 4 of 4) sorted by relevance
351 .updateAndGetBssidBlocklistForSsids(Set.of(TEST_SSID_1)).size()); in testBssidRemovalUpdatesFirmwareConfiguration()365 .updateAndGetBssidBlocklistForSsids(Set.of(TEST_SSID_2)).size()); in testBssidRemovalNotUpdateFirmwareConfiguration()
4582 .updateAndGetBssidBlocklistForSsids(anySet()); in verifyBlocklistRefreshedAfterScanResults()4588 inOrder.verify(mWifiBlocklistMonitor).updateAndGetBssidBlocklistForSsids(anySet()); in verifyBlocklistRefreshedAfterScanResults()4610 .updateAndGetBssidBlocklistForSsids(anySet()); in verifyBlocklistRefreshedAfterScanResultsButIgnorePermanentlyDisabledConfigs()4617 inOrder.verify(mWifiBlocklistMonitor).updateAndGetBssidBlocklistForSsids(anySet()); in verifyBlocklistRefreshedAfterScanResultsButIgnorePermanentlyDisabledConfigs()
794 public Set<String> updateAndGetBssidBlocklistForSsids(@NonNull Set<String> ssids) { in updateAndGetBssidBlocklistForSsids() method in WifiBlocklistMonitor
640 Set<String> bssidBlocklist = mWifiBlocklistMonitor.updateAndGetBssidBlocklistForSsids( in handleScanResults()