Home
last modified time | relevance | path

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

/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DProxyControllerTest.java119 int proxyServerRequestCount = mProxyServer.getRequestCount(); in testProxyOverride() local
127 assertEquals(proxyServerRequestCount, mProxyServer.getRequestCount()); in testProxyOverride()
136 int proxyServerRequestCount = mProxyServer.getRequestCount(); in testProxyOverrideLocalhost() local
146 assertEquals(proxyServerRequestCount, mProxyServer.getRequestCount()); in testProxyOverrideLocalhost()
158 int proxyServerRequestCount = mProxyServer.getRequestCount(); in testReverseBypass() local
169 proxyServerRequestCount++; in testReverseBypass()
171 assertEquals(proxyServerRequestCount, mProxyServer.getRequestCount()); in testReverseBypass()