Home
last modified time | relevance | path

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

12

/aosp12/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/
H A DCaptivePortalProbeResult.java63 public final String redirectUrl; // Redirect destination returned from Internet probe. field in CaptivePortalProbeResult
90 public CaptivePortalProbeResult(int httpResponseCode, @Nullable String redirectUrl, in CaptivePortalProbeResult() argument
92 this(httpResponseCode, redirectUrl, detectUrl, null, probeType); in CaptivePortalProbeResult()
95 public CaptivePortalProbeResult(int httpResponseCode, @Nullable String redirectUrl, in CaptivePortalProbeResult() argument
99 this.redirectUrl = redirectUrl; in CaptivePortalProbeResult()
/aosp12/packages/modules/NetworkStack/src/android/net/captiveportal/
H A DCapportApiProbeResult.java34 this(result.mHttpResponseCode, result.redirectUrl, result.detectUrl, capportData, in CapportApiProbeResult()
38 public CapportApiProbeResult(int httpResponseCode, @Nullable String redirectUrl, in CapportApiProbeResult() argument
41 super(httpResponseCode, redirectUrl, detectUrl, probeType); in CapportApiProbeResult()
/aosp12/packages/modules/Connectivity/tests/integration/src/com/android/server/net/integrationtests/
H A DHttpResponse.kt26 val redirectUrl: String? = null
33 redirectUrl = null)
40 writeString(redirectUrl)
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
H A DNetworkValidationMetrics.java173 public static ValidationResult validationResultToEnum(int result, String redirectUrl) { in validationResultToEnum() argument
178 } else if (redirectUrl != null) { in validationResultToEnum()
224 public void setValidationResult(int result, String redirectUrl) { in setValidationResult() argument
225 mStatsBuilder.setValidationResult(validationResultToEnum(result, redirectUrl)); in setValidationResult()
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/captiveportal/
H A DCaptivePortalProbeSpecTest.java116 final String redirectUrl = "https://google.com/probe"; in testParseSpecOrNull_UsesSpec() local
118 specUrl + "@@/@@302@@/@@" + redirectUrl); in testParseSpecOrNull_UsesSpec()
122 assertSuccess(spec.getResult(302, redirectUrl)); in testParseSpecOrNull_UsesSpec()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNetworkAgent.java546 String redirectUrl = ((Bundle) msg.obj).getString(REDIRECT_URL_KEY); in handleMessage() local
550 + redirectUrl); in handleMessage()
554 if (null != redirectUrl) { in handleMessage()
555 uri = Uri.parse(redirectUrl); in handleMessage()
558 Log.wtf(LOG_TAG, "Surprising URI : " + redirectUrl, e); in handleMessage()
1076 protected void networkStatus(int status, String redirectUrl) { in networkStatus() argument
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/
H A DNetworkMonitor.java751 result.redirectUrl); in notifyNetworkTested()
1251 mLastPortalProbeResult.redirectUrl); in enter()
1602 probeResult.redirectUrl); in processMessage()
2373 + " RedirectUrl=" + result.redirectUrl in isCaptivePortal()
2464 String redirectUrl = null; in sendHttpProbe() local
2480 redirectUrl = urlConnection.getHeaderField("location"); in sendHttpProbe()
2554 && TextUtils.isEmpty(redirectUrl) in sendHttpProbe()
2560 redirectUrl = url.toString(); in sendHttpProbe()
3439 mRedirectUrl = redirectUrl; in reportEvaluationResult()
3444 p.redirectUrl = redirectUrl; in reportEvaluationResult()
[all …]
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/
H A DNetworkTestResultParcelable.aidl24 String redirectUrl;
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/
H A DNetworkTestResultParcelable.aidl24 String redirectUrl;
H A DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/
H A DNetworkTestResultParcelable.aidl24 String redirectUrl;
H A DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/
H A DNetworkTestResultParcelable.aidl25 String redirectUrl;
H A DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/
H A DNetworkTestResultParcelable.aidl26 String redirectUrl;
H A DINetworkMonitorCallbacks.aidl23 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
H A DNetworkTestResultParcelable.aidl45 String redirectUrl;
H A DINetworkMonitorCallbacks.aidl31 void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/
H A DNetworkTestResultParcelable.aidl26 String redirectUrl;
H A DINetworkMonitorCallbacks.aidl23 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/
H A DINetworkMonitorCallbacks.aidl4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() argument
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/
H A DINetworkMonitorCallbacks.aidl4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() argument
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/
H A DINetworkMonitorCallbacks.aidl21 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() argument
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/
H A DINetworkMonitorCallbacks.aidl4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() argument
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/
H A DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() argument

12