History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/AvailableNetworkNotifier.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
78e05c6b675715b1c54e434db75550823f0df004 21-Mar-2018 Mehdi Alizadeh <mett@google.com> Adds notifier tags to Network Notifications

Adds tags to all the different network notification messages, including
connecting, connected and failed notification, for both ONN and CNN, to
be able to tell which notifier posted the notification when receiving
user actions.

Bug: 66746703
Test: manual test, runtests.sh
Change-Id: I6e57875f2cddc0c51a93cd37338496ae4f4c51bc
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/AvailableNetworkNotifier.java
664a859a1cc81f6c679e7da44768238374e102f1 21-Jan-2018 Mehdi Alizadeh <mett@google.com> Adds CarrierNetworkNotifier and unit tests

Bug: 69310016
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: I047fdd705ebd969290b9e096f6fd7a3fe5bef629
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/AvailableNetworkNotifier.java
054fa81a3efcadcdee416fb7998139d9aa55b719 17-Jan-2018 Mehdi Alizadeh <mett@google.com> Refactor OpenNetworkNotifier to be Generic

Moved all generic functionality from OpenNetworkNotifier to
AvailableNetworkNotifier as super class. This makes it easier to
introduce new types of network notifiers by inheriting from
AvailableNetworkNotifier. Also moved OpenNetworkRecommender into
AvailableNetworkNotifier as a method.

Bug: 69310016
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: Ia802ba429b6e54255233e6095e37a3895a028b61
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/AvailableNetworkNotifier.java