Searched refs:secondRedirectUrl (Results 1 – 1 of 1) sorted by relevance
2767 String secondRedirectUrl = "http://example.com/secondPath"; in testCaptivePortal() local2768 mWiFiNetworkAgent.connectWithCaptivePortal(secondRedirectUrl, false /* isStrictMode */); in testCaptivePortal()2770 assertEquals(mWiFiNetworkAgent.waitForRedirectUrl(), secondRedirectUrl); in testCaptivePortal() local