summaryrefslogtreecommitdiff
path: root/common/CaptivePortalProbeSpec.java
AgeCommit message (Collapse)Author
2019-09-05Reorganize captiveportal-lib filesRemi NGUYEN VAN
The files were not in folders matching their package names. Also moved build rule to its own Android.bp. Test: m Change-Id: I82d058151ed5a4a5be81ec32cc905a66305b2bc2
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