Home
last modified time | relevance | path

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

/frameworks/base/tests/net/integration/src/com/android/server/net/integrationtests/
DHttpResponse.kt26 val redirectUrl: String? = null constant in com.android.server.net.integrationtests.HttpResponse
/frameworks/base/core/java/android/net/
DNetworkAgent.java488 String redirectUrl = ((Bundle) msg.obj).getString(REDIRECT_URL_KEY); in handleMessage() local
852 protected void networkStatus(int status, String redirectUrl) { in networkStatus()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java738 public void connectWithCaptivePortal(String redirectUrl, boolean isStrictMode) { in connectWithCaptivePortal()
781 void setNetworkPortal(String redirectUrl, boolean isStrictMode) { in setNetworkPortal()
2705 String redirectUrl = "http://android.com/path"; in testCaptivePortalOnPartialConnectivity() local
2708 assertEquals(mWiFiNetworkAgent.waitForRedirectUrl(), redirectUrl); in testCaptivePortalOnPartialConnectivity() local
2882 final String redirectUrl = "http://example.com/firstPath"; in testCaptivePortalApi() local
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2890 @NonNull NetworkAgentInfo nai, int testResult, @NonNull String redirectUrl) { in handleNetworkTested()
3010 public void notifyNetworkTested(int testResult, @Nullable String redirectUrl) { in notifyNetworkTested()
7919 int netId, int testResult, long timestampMillis, @Nullable String redirectUrl) { in NetworkTestedResults()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2991 private void onNetworkStatusChanged(int status, int cid, String redirectUrl) { in onNetworkStatusChanged()