Searched refs:firstRedirectUrl (Results 1 – 1 of 1) sorted by relevance
2754 String firstRedirectUrl = "http://example.com/firstPath"; in testCaptivePortal() local2755 mWiFiNetworkAgent.connectWithCaptivePortal(firstRedirectUrl, false /* isStrictMode */); in testCaptivePortal()2757 assertEquals(mWiFiNetworkAgent.waitForRedirectUrl(), firstRedirectUrl); in testCaptivePortal() local2862 String firstRedirectUrl = "http://example.com/firstPath"; in testAvoidOrIgnoreCaptivePortals() local2864 mWiFiNetworkAgent.connectWithCaptivePortal(firstRedirectUrl, false /* isStrictMode */); in testAvoidOrIgnoreCaptivePortals()