Home
last modified time | relevance | path

Searched refs:redirectUrl (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkAgent.java291 String redirectUrl = ((Bundle)msg.obj).getString(REDIRECT_URL_KEY); in handleMessage() local
294 (msg.arg1 == VALID_NETWORK ? "VALID, " : "INVALID, ") + redirectUrl); in handleMessage()
296 networkStatus(msg.arg1, redirectUrl); in handleMessage()
457 protected void networkStatus(int status, String redirectUrl) { in networkStatus() argument
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java464 final String redirectUrl; // Redirect destination returned from Internet probe. field in NetworkMonitor.CaptivePortalProbeResult
469 int httpResponseCode, String redirectUrl, String detectUrl) { in CaptivePortalProbeResult() argument
471 this.redirectUrl = redirectUrl; in CaptivePortalProbeResult()
549 NETWORK_TEST_RESULT_INVALID, mNetId, probeResult.redirectUrl)); in processMessage()
558 probeResult.redirectUrl)); in processMessage()
780 String redirectUrl = null; in sendHttpProbe() local
797 redirectUrl = urlConnection.getHeaderField("location"); in sendHttpProbe()
844 return new CaptivePortalProbeResult(httpResponseCode, redirectUrl, url.toString()); in sendHttpProbe()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java1901 protected void networkStatus(int status, String redirectUrl) { in networkStatus() argument
1902 if(!TextUtils.isEmpty(redirectUrl)) { in networkStatus()
1903 log("validation status: " + status + " with redirection URL: " + redirectUrl); in networkStatus()
1908 redirectUrl); in networkStatus()
DDcTracker.java3147 private void onDataConnectionRedirected(String redirectUrl) { in onDataConnectionRedirected() argument
3148 if (!TextUtils.isEmpty(redirectUrl)) { in onDataConnectionRedirected()
3150 intent.putExtra(TelephonyIntents.EXTRA_REDIRECTION_URL_KEY, redirectUrl); in onDataConnectionRedirected()
3152 log("Notify carrier signal receivers with redirectUrl: " + redirectUrl); in onDataConnectionRedirected()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DConnectivityServiceTest.java291 public void networkStatus(int status, String redirectUrl) { in MockNetworkAgent()
292 mRedirectUrl = redirectUrl; in MockNetworkAgent()
380 public void connectWithCaptivePortal(String redirectUrl) { in connectWithCaptivePortal() argument
382 mWrappedNetworkMonitor.gen204ProbeRedirectUrl = redirectUrl; in connectWithCaptivePortal()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java6389 protected void networkStatus(int status, String redirectUrl) { in networkStatus() argument