Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java2754 String firstRedirectUrl = "http://example.com/firstPath"; in testCaptivePortal() local
2755 mWiFiNetworkAgent.connectWithCaptivePortal(firstRedirectUrl, false /* isStrictMode */); in testCaptivePortal()
2757 assertEquals(mWiFiNetworkAgent.waitForRedirectUrl(), firstRedirectUrl); in testCaptivePortal() local
2862 String firstRedirectUrl = "http://example.com/firstPath"; in testAvoidOrIgnoreCaptivePortals() local
2864 mWiFiNetworkAgent.connectWithCaptivePortal(firstRedirectUrl, false /* isStrictMode */); in testAvoidOrIgnoreCaptivePortals()