Home
last modified time | relevance | path

Searched defs:redirectUrl (Results 1 – 25 of 26) sorted by relevance

12

/packages/modules/NetworkStack/common/captiveportal/src/android/net/captiveportal/
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()
95 public CaptivePortalProbeResult(int httpResponseCode, @Nullable String redirectUrl, in CaptivePortalProbeResult()
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
DNetworkValidationMetrics.java173 public static ValidationResult validationResultToEnum(int result, String redirectUrl) { in validationResultToEnum()
224 public void setValidationResult(int result, String redirectUrl) { in setValidationResult()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/
DINetworkMonitorCallbacks.aidl4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/
DINetworkMonitorCallbacks.aidl21 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/
DINetworkMonitorCallbacks.aidl4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested()
/packages/modules/NetworkStack/src/android/net/captiveportal/
DCapportApiProbeResult.java38 public CapportApiProbeResult(int httpResponseCode, @Nullable String redirectUrl, in CapportApiProbeResult()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/
DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/
DINetworkMonitorCallbacks.aidl4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/11/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/15/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DINetworkMonitorCallbacks.aidl31 void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/
DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/
DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/13/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/
DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/
DINetworkMonitorCallbacks.aidl23 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/14/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/12/android/net/
DINetworkMonitorCallbacks.aidl38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/
DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested()
/packages/modules/Connectivity/tests/integration/src/com/android/server/net/integrationtests/
DHttpResponse.kt26 val redirectUrl: String? = null constant in com.android.server.net.integrationtests.HttpResponse
/packages/modules/NetworkStack/tests/unit/src/android/net/captiveportal/
DCaptivePortalProbeSpecTest.java116 final String redirectUrl = "https://google.com/probe"; in testParseSpecOrNull_UsesSpec() local
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java2033 final String redirectUrl = bundle.getString(ConnectivityManager.EXTRA_CAPTIVE_PORTAL_URL); in setupAndLaunchCaptivePortalApp() local
2654 final String redirectUrl = bundle.getString(ConnectivityManager.EXTRA_CAPTIVE_PORTAL_URL); in testDismissPortalInValidatedNetworkEnabled() local
3054 private NetworkMonitor runNetworkTest(int testResult, int probesSucceeded, String redirectUrl) in runNetworkTest()
3062 int testResult, int probesSucceeded, String redirectUrl) throws Exception { in runNetworkTest()
3075 private void verifyNetworkTested(int testResult, int probesSucceeded, String redirectUrl) in verifyNetworkTested()
3180 final int probesSucceeded, String redirectUrl) { in matchNetworkTestResultParcelable()
/packages/modules/Connectivity/framework/src/android/net/
DNetworkAgent.java625 String redirectUrl = ((Bundle) msg.obj).getString(REDIRECT_URL_KEY); in handleMessage() local
1208 protected void networkStatus(int status, String redirectUrl) { in networkStatus()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java969 public void networkStatus(int status, String redirectUrl) { in networkStatus()
1109 public void connectWithCaptivePortal(String redirectUrl, boolean isStrictMode) { in connectWithCaptivePortal()
1152 void setNetworkPortal(String redirectUrl, boolean isStrictMode) { in setNetworkPortal()

12