History log of /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/WifiScoreReportTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f98c74c146254de084f8f8f9f15ed8aaae2b0d20 19-Apr-2017 Michael Plass <mplass@google.com> [WifiScoreReport] cleanups

Remove references to unused config item
config_wifi_framework_cellular_handover_enable_user_triggered_adjustment
is no longer used. Don't fetch it.

Remove other declared constants that are no longer used.
Rename some misnamed constants.

Bug: 33085022
Bug: 33013630
Bug: 36364366
Test: unit tests pass
Change-Id: I2cb3160c13f3dbc2a51d37db25973770af224203
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/WifiScoreReportTest.java
d350a59494f8b54d46e253fffc48a49ac78fc069 18-Apr-2017 Michael Plass <mplass@google.com> WifiScoreReport housecleaning

Remove version with legacy debugging code and convoluted logic, along
with some now-obsolete tests.

Bug: 36364366
Test: Unit tests pass

Change-Id: Ie98f2afacce617d27a14caac39bc13be94872866
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/WifiScoreReportTest.java
9b256a5cb87062b7ae1696324e2bd7c9b1ceca27 04-Nov-2016 Michael Plass <mplass@google.com> [WifiScoreReport] restructuring

This version has both the cleaned-up version of the scoring calculation,
along with the old. Any differences are logged.

Some bugs in the 'old' version are also fixed, to eliminate the diffs.

The unit tests now use a real WifiInfo instead of a mock.

Test: Unit tests pass
Test: Manual test walking away from AP until disconnect, check for diffs
Bug: 36364366
Change-Id: Iebf4b1c31004f7c101189d98180b91e532ff7aba
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/WifiScoreReportTest.java
50a5e65be9656e369b65cdeea8739ca993d349af 21-Nov-2016 Michael Plass <mplass@google.com> Remove user-triggered disconnect counters

Bug: 33013630
Test: unit tests pass
Change-Id: I3f6eb83334805aa7009780512dca8415b88a6c6f
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/WifiScoreReportTest.java
147bc3f1df89a8655ac118d4dffcea160ef8f08b 24-Oct-2016 Michael Plass <mplass@google.com> WifiScoreReportTest: Add unit tests

Tests for WifiScoreReport

Test that the score is passed to the networkAgent,
and to the wifiMetrics.
Make sure the bad linkspeed counter is updated.
Check for saved last report.
Check that the score in the report string matches what was sent out.
Check that the tx and rx rates have influence.

Test: runtests, checkstyle
Bug: 27324715
Change-Id: I9e40f75418af6930260b978c9b6568793e73760b
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/WifiScoreReportTest.java