commit | b0f53b84cc9e2595bed22fa68eee4ab0e3690b9e | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Fri Mar 29 19:21:30 2019 +0800 |
committer | paulhu <paulhu@google.com> | Tue Apr 02 17:55:42 2019 +0800 |
tree | 3141f87835cccc7ab24e8f13da1934b11fb7478d | |
parent | 1e97aab6f423e0528912e72fe23f51e5e0a4e29a [diff] |
Make CaptivePortalProbeSpec and CaptivePortalProbeResult as a library 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