Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java1052 setCaptivePortalMode(Settings.Global.CAPTIVE_PORTAL_MODE_PROMPT); in setUp()
2430 setCaptivePortalMode(Settings.Global.CAPTIVE_PORTAL_MODE_AVOID); in testAvoidOrIgnoreCaptivePortals()
2445 setCaptivePortalMode(Settings.Global.CAPTIVE_PORTAL_MODE_IGNORE); in testAvoidOrIgnoreCaptivePortals()
2748 private void setCaptivePortalMode(int mode) { in setCaptivePortalMode() method in ConnectivityServiceTest