D | CaptivePortalTest.kt | 135 server.addResponse(TEST_PORTAL_URL_PATH, Status.OK, in testCaptivePortalIsNotDefaultNetwork() 137 server.addResponse(TEST_HTTPS_URL_PATH, Status.INTERNAL_ERROR) in testCaptivePortalIsNotDefaultNetwork() 138 server.addResponse(TEST_HTTP_URL_PATH, Status.REDIRECT, in testCaptivePortalIsNotDefaultNetwork() 233 fun addResponse( in addResponse() method in android.net.cts.CaptivePortalTest.HttpServer
|