Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacProxyManagerTest.java51 import com.android.testutils.TestHttpServer;
76 private TestHttpServer mServer;
99 mServer = new TestHttpServer(); in setUp()
DCaptivePortalTest.kt53 import com.android.testutils.TestHttpServer
54 import com.android.testutils.TestHttpServer.Request
102 private val server = TestHttpServer("localhost")
DNetworkValidationTest.kt50 import com.android.testutils.TestHttpServer
88 private val httpServer = TestHttpServer()
DConnectivityManagerTest.java225 import com.android.testutils.TestHttpServer;
368 private final TestHttpServer mHttpServer = new TestHttpServer(LOCALHOST_HOSTNAME);
3330 mHttpServer.addResponse(new TestHttpServer.Request(
3333 mHttpServer.addResponse(new TestHttpServer.Request(
/packages/modules/Connectivity/tests/integration/src/com/android/server/net/integrationtests/
DNetworkStatsIntegrationTest.kt49 import com.android.testutils.TestHttpServer in <lambda>()
135 private val httpServer = TestHttpServer( in <lambda>()
311 TestHttpServer.Request(path, NanoHTTPD.Method.POST), in <lambda>()
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DTestHttpServer.kt30 class TestHttpServer in <lambda>() class