Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java738 public void connectWithCaptivePortal(String redirectUrl, boolean isStrictMode) { in connectWithCaptivePortal() method in ConnectivityServiceTest.TestNetworkAgentWrapper
2706 mWiFiNetworkAgent.connectWithCaptivePortal(redirectUrl, false /* isStrictMode */); in testCaptivePortalOnPartialConnectivity()
2755 mWiFiNetworkAgent.connectWithCaptivePortal(firstRedirectUrl, false /* isStrictMode */); in testCaptivePortal()
2768 mWiFiNetworkAgent.connectWithCaptivePortal(secondRedirectUrl, false /* isStrictMode */); in testCaptivePortal()
2864 mWiFiNetworkAgent.connectWithCaptivePortal(firstRedirectUrl, false /* isStrictMode */); in testAvoidOrIgnoreCaptivePortals()
2884 mWiFiNetworkAgent.connectWithCaptivePortal(redirectUrl, false /* isStrictMode */); in testCaptivePortalApi()