Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java385 private HttpServer runCustomSchemeTest(String linkUri) throws Exception { in runCustomSchemeTest()
386 final HttpServer server = new HttpServer(); in runCustomSchemeTest()
404 final HttpServer server = runCustomSchemeTest(telUri); in testTelScheme()
416 final HttpServer server = runCustomSchemeTest(telUri); in testSmsScheme()
427 final HttpServer server = runCustomSchemeTest("mailto:test@example.com"); in testUnsupportedScheme()
447 final HttpServer server = new HttpServer(); in testDownload()
519 private static class HttpServer extends NanoHTTPD { class in CaptivePortalLoginActivityTest
536 HttpServer() throws IOException { in HttpServer() method in CaptivePortalLoginActivityTest.HttpServer
540 private HttpServer(ServerSocket socket) { in HttpServer() method in CaptivePortalLoginActivityTest.HttpServer