History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/OpenNetworkRecommender.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b280c399d7be7d04a245c5fc2d2897f0ddc9cc0a 09-Aug-2017 Stephen Chen <stewchen@google.com> ONA: Implement SSID blacklist handling for dismissed networks.

When ONA notifications are dismissed by the user, the recommended
network ssid is permanently blacklisted.

This change also removes the use of currentRecommendation in the
recommendation logic, because the extra stickiness is not neccesary due
to the slow scan rate that triggers a recommendation update.

Bug: 64091575
Bug: 37357441
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: I27fc667ae51f9dbc4665ba9d15b18ed3e6daa058
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/OpenNetworkRecommender.java
ce76a17ac5010e0b7ff5dcf6d8c9db8b48280f9c 26-Jul-2017 Stephen Chen <stewchen@google.com> ONA: Rename WifiNotificationController to OpenNetworkNotifier

Bug: 37357441
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: If59ecbd3078452f05e156091df1d098c8469a66a
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/OpenNetworkRecommender.java
e699623dae17803bc8fb5dd56b3d6b17f64f9cc7 19-Jul-2017 Stephen Chen <stewchen@google.com> ONA: Recommend a network using rssi strength.

This recommendation is not currently used to alter the existing
functionality of ONA. It will be used when UI changes are made to
surface and connect to the recommended network.

Bug: 37357441
Bug: 37472257
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: Ie3e640f6b3863f2640ea763aee3924cb76394933
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/OpenNetworkRecommender.java