/aosp12/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/ |
H A D | CaptivePortalProbeResult.java | 63 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 D | CapportApiProbeResult.java | 34 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 D | HttpResponse.kt | 26 val redirectUrl: String? = null 33 redirectUrl = null) 40 writeString(redirectUrl)
|
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/metrics/ |
H A D | NetworkValidationMetrics.java | 173 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 D | CaptivePortalProbeSpecTest.java | 116 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 D | NetworkAgent.java | 546 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 D | NetworkMonitor.java | 751 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 D | NetworkTestResultParcelable.aidl | 24 String redirectUrl;
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ |
H A D | NetworkTestResultParcelable.aidl | 24 String redirectUrl;
|
H A D | INetworkMonitorCallbacks.aidl | 22 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 D | NetworkTestResultParcelable.aidl | 24 String redirectUrl;
|
H A D | INetworkMonitorCallbacks.aidl | 22 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 D | NetworkTestResultParcelable.aidl | 25 String redirectUrl;
|
H A D | INetworkMonitorCallbacks.aidl | 22 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 D | NetworkTestResultParcelable.aidl | 26 String redirectUrl;
|
H A D | INetworkMonitorCallbacks.aidl | 23 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() argument
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ |
H A D | NetworkTestResultParcelable.aidl | 45 String redirectUrl;
|
H A D | INetworkMonitorCallbacks.aidl | 31 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 D | NetworkTestResultParcelable.aidl | 26 String redirectUrl;
|
H A D | INetworkMonitorCallbacks.aidl | 23 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 D | INetworkMonitorCallbacks.aidl | 4 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 D | INetworkMonitorCallbacks.aidl | 4 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 D | INetworkMonitorCallbacks.aidl | 21 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 D | INetworkMonitorCallbacks.aidl | 4 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 D | INetworkMonitorCallbacks.aidl | 22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() argument
|