diff options
author | Michael Plass <mplass@google.com> | 2017-03-24 11:04:15 -0700 |
---|---|---|
committer | Michael Plass <mplass@google.com> | 2017-03-29 20:51:30 +0000 |
commit | 8149a50728c1394e11a4441a1d76eb6d965a9097 (patch) | |
tree | 45f3155c36a733f080fc2365792a06c96df952ca /tests | |
parent | eb37292950237a906c4220acfc03406db2ef44cb (diff) |
Remove bssid hotlist from framework
Bug: 30147676
Test: Relevant unit tests pass, wifi functions
Change-Id: Iac6a4c3d4a9e842e73b6122218fe0842126e43e7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wifitests/src/com/android/server/wifi/scanner/WifiScanningServiceTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/scanner/WifiScanningServiceTest.java b/tests/wifitests/src/com/android/server/wifi/scanner/WifiScanningServiceTest.java index e38a3897a..6a14b8496 100644 --- a/tests/wifitests/src/com/android/server/wifi/scanner/WifiScanningServiceTest.java +++ b/tests/wifitests/src/com/android/server/wifi/scanner/WifiScanningServiceTest.java @@ -355,8 +355,6 @@ public class WifiScanningServiceTest { capabilities.max_ap_cache_per_scan = MAX_AP_PER_SCAN; capabilities.max_rssi_sample_size = 8; capabilities.max_scan_reporting_threshold = 10; - capabilities.max_hotlist_bssids = 0; - capabilities.max_significant_wifi_change_aps = 0; return true; } }); |