History log of /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/BackgroundScanSchedulerTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e733ddab5260b153ad76ed73a672de928d0f4b37 26-May-2016 Mitchell Wills <mwills@google.com> Fix WifiScanner tests after parameter adjustment

Change-Id: Ia18913aed38ff5fa7655878340b99e15132a32d1
Fixes: 28970259
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/BackgroundScanSchedulerTest.java
216eb45e7fb44a1ba8edc156d08b532a17219f66 08-Apr-2016 Roshan Pius <rpius@google.com> BackgroundScanScheduler: Optimize buckets

Optimize the buckets to ensure that the same channel is not scheduled
across multiple buckets. The settings are split if some of the channels
in the setting is already being scanned in lower time period bucket.
Also go thru each bucket and check if any of them don't fit into the
bucket specifications, if yes create split buckets with the same
time period. The split buckets will cumulatively contain all the channels
needed to be scanned in the original buckets.

BUG:28022609
Change-Id: Ie24bc3ec891965adad0ce6e855015be6ff5f0740
TEST: Compiles & unit-test passes
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/BackgroundScanSchedulerTest.java
95984d1af44a00183a4b0e0ed61417583096ff90 17-Mar-2016 Mitchell Wills <mwills@google.com> Merge MultiClientScheduler and WifiScanningScheduler

And move them to the com.android.server.wifi.scanner package

Change-Id: Iceac6823f118017f577e316d8eacc77c3445b2a7
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/BackgroundScanSchedulerTest.java