Home
last modified time | relevance | path

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

/frameworks/libs/service_entitlement/tests/utils/com/android/libraries/entitlement/testing/
DFakeURLStreamHandler.java48 private List<FakeHttpsURLConnection> mConnections = new ArrayList<>();
57 FakeHttpsURLConnection connection = in openConnection()
58 new FakeHttpsURLConnection(u, mResponses.get(u.toString())); in openConnection()
79 public ImmutableList<FakeHttpsURLConnection> getConnections() { in getConnections()
84 public static class FakeHttpsURLConnection extends HttpsURLConnection { class in FakeURLStreamHandler
88 public FakeHttpsURLConnection(URL url, FakeResponse response) { in FakeHttpsURLConnection() method in FakeURLStreamHandler.FakeHttpsURLConnection
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/http/
DHttpClientTest.java36 import com.android.libraries.entitlement.testing.FakeURLStreamHandler.FakeHttpsURLConnection;
149 FakeHttpsURLConnection connection = new FakeHttpsURLConnection(url, responseContent); in request_contentTypeXml_returnsXmlBody_useSpecificNetwork()
192 FakeHttpsURLConnection connection = sFakeURLStreamHandler.getConnections().get(0); in request_postJson_doNotEscapeForwardSlash()