Searched refs:mHttpsTransport (Results 1 – 3 of 3) sorted by relevance
44 private HttpsTransport mHttpsTransport; field in HttpsTransportTest57 mHttpsTransport = HttpsTransport.createInstance(mNetwork, mUrl); in setUp()65 assertNotNull(mHttpsTransport.getServiceConnection()); in verifyGetServiceConnection()
107 @Mock HttpsTransport mHttpsTransport; field in OsuServerConnectionTest121 when(mHttpsTransport.getServiceConnection()).thenReturn(mHttpsServiceConnection); in setUp()287 mHttpsTransport); in verifyExchangeSoapMessageWithException()288 doThrow(new IOException()).when(mHttpsTransport).call(any(String.class), in verifyExchangeSoapMessageWithException()316 mHttpsTransport); in verifyExchangeSoapMessage()360 mHttpsTransport); in verifyRetrieveTrustRootCertsWithErrorInHTTPSResponse()408 mHttpsTransport); in verifyRetrieveTrustRootCertsWithoutError()458 mHttpsTransport); in verifyCleanup()
78 private HttpsTransport mHttpsTransport; field in OsuServerConnection312 mHttpsTransport.call("", soapEnvelope); in performSoapMessageExchange()516 mHttpsTransport = HttpsTransport.createInstance(network, url); in getServiceConnection()517 serviceConnection = (HttpsServiceConnection) mHttpsTransport.getServiceConnection(); in getServiceConnection()