summaryrefslogtreecommitdiff
path: root/core/java/android/net/ProxyDataTracker.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code, mostly DataStateTracker.Paul Jensen2015-03-111-207/+0
| | | | Change-Id: I1433937bffdb29bd42fb1adbfcf0a50ceffac7dd
* Fix "Clone" overrideNick Kralevich2014-07-071-1/+2
| | | | | | | | | The function should be named "clone", not "Clone". Also add @Override so that this error can be detected at compile time. Change-Id: I976723978a5e3eafbfbc599bac95b8646d18d5ca
* Fix public API of LinkProperties.Robert Greenwalt2014-06-081-2/+2
| | | | | bug:15142362 Change-Id: I1457111da7d3bd09998f7e010febb8bb4c45c8bc
* am 26f40cc3: am 61c0f547: Merge "Add interface name for proxy network type." ↵Hui Lu2014-06-051-3/+5
|\ | | | | | | | | | | | | into klp-modular-dev * commit '26f40cc36dc869fc8de3bf4c97de57aae0d626ca': Add interface name for proxy network type.
| * Add interface name for proxy network type.Hui Lu2014-06-051-3/+5
| | | | | | | | | | | | | | This will make test android.net.cts.ConnectivityManagerTest#testRequestRouteToHost pass. Change-Id: I5a14b6d705e87018e1e2c031aaacee533536a50b Bug: 15320910
* | Replace LinkCapabilities with NetworkCapabilitiesRobert Greenwalt2014-05-121-1/+1
|/ | | | | | | Also remove unused LinkSocket and LinkSocketNotifier. bug:13885501 Change-Id: Id426e31b201fa4f29109b5fea485d8efb34519d3
* Reconnect/teardown proxy network connectivity.Hui Lu2014-02-181-14/+96
| | | | Change-Id: I9bf6f96883a2151fceef788e65d9a767d0f52c69
* Add proxy as another network.Hui Lu2014-01-301-0/+122
Change-Id: I70cb6ac5604c4f0d6a752a291c40de2445ae98bb