summaryrefslogtreecommitdiff
path: root/packages/NetworkStack/common
AgeCommit message (Collapse)Author
2019-05-31Remove these subdirectories per b/133225687Baligh Uddin
Bug: 133225687 Test: Local compile/test. Change-Id: Ia0372082e059398b2759a4d6624a60f7b28116b4
2019-04-02Make CaptivePortalProbeSpec and CaptivePortalProbeResult as a librarypaulhu
These two classes were added to @SystemApi because they are used both by NetworkMonitor and CaptivePortalLogin. However it turns out they are not needed in the framework, so having them as a library sounds better. Change-Id: Iadf77ec5952b6da8812dc6d006a39bd4e93d2bd9 Fix: 129433264 Test: atest NetworkStackTests FrameworksNetTests