diff options
author | Narayan Kamath <narayan@google.com> | 2013-08-29 13:40:43 +0100 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2013-10-16 08:10:55 +0000 |
commit | 0461471825d942147c0c0cbce02d0867b1f1a10e (patch) | |
tree | 49c5035e7befde344492d95d7b07dec02631925a /framework/java/android/bluetooth/BluetoothHealth.java | |
parent | 0a6d99325ce7b04aa5cf491e20d9558b7535ce79 (diff) |
Remove captive portal code that has no effect.
Note that this CL does not change any behaviour.
At the center of this change is
CaptivePortalTracker#detectCaptivePortal(), which does nothing
except call back into ConnectivityService. Removing it allows us to
simplify code in ConnectivityService. It also allows us to remove
ConnectivityService#captivePortalCheckComplete which was only ever
called in response to this method.
While this does not change any behaviour, it preserves existing
bad behaviour, i.e, that the CAPTIVE_PORTAL_CHECK NetworkInfo
state does not correspond to actual captive portal detection.
We transition into that state and immediately (and unconditionally)
out of it and into CONNECTED.
Change-Id: Ib3797f956d2db5e3cacaaa53e899d81aa8e958af
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothHealth.java')
0 files changed, 0 insertions, 0 deletions