summaryrefslogtreecommitdiff
path: root/framework/src/android/net/NetworkState.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove Slog usage in NetworkStateRemi NGUYEN VAN2021-03-111-2/+2
| | | | | | | | | Slog should not be used in unbundled jars as it is a hidden API; use the standard Log utility instead. Bug: 172050541 Test: m Change-Id: I54b2b99b2aedbb5194e9ec24068d2f2ce46d67fc
* Move NetworkState to ConnectivityRemi NGUYEN VAN2021-03-051-0/+130
NetworkState is becoming an internal implementation class, with NetworkStateSnapshot replacing it as a proper API. Considering this it belongs inside Connectivity. Bug: 174123988 Test: m Change-Id: I201f1a07c50d9da31e33f5c207875da8863ef57c