Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DCaptivePortalTest.kt122 setHttpsUrl(null) in clearTestUrls()
140 setHttpsUrl(server.makeUrl(TEST_HTTPS_URL_PATH)) in testCaptivePortalIsNotDefaultNetwork()
189 private fun setHttpsUrl(url: String?) = setConfig(TEST_CAPTIVE_PORTAL_HTTPS_URL_SETTING, url) in setHttpsUrl() method in android.net.cts.CaptivePortalTest