Searched defs:redirectUrl (Results 1 – 9 of 9) sorted by relevance
35 public final String redirectUrl; // Redirect destination returned from Internet probe. field in CaptivePortalProbeResult45 public CaptivePortalProbeResult(int httpResponseCode, String redirectUrl, String detectUrl) { in CaptivePortalProbeResult()49 public CaptivePortalProbeResult(int httpResponseCode, String redirectUrl, String detectUrl, in CaptivePortalProbeResult()
117 final String redirectUrl = "https://google.com/probe"; in testParseSpecOrNull_UsesSpec() local
277 String redirectUrl = ((Bundle)msg.obj).getString(REDIRECT_URL_KEY); in handleMessage() local427 protected void networkStatus(int status, String redirectUrl) { in networkStatus()
1075 String redirectUrl = null; in sendHttpProbe() local
2148 protected void networkStatus(int status, String redirectUrl) { in networkStatus()
3130 private void onDataConnectionRedirected(String redirectUrl) { in onDataConnectionRedirected()
4564 protected void networkStatus(int status, String redirectUrl) { in networkStatus()
549 public void connectWithCaptivePortal(String redirectUrl) { in connectWithCaptivePortal()
2234 final String redirectUrl = (msg.obj instanceof String) ? (String) msg.obj : ""; in maybeHandleNetworkMonitorMessage() local