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()
108 @Mock HttpsTransport mHttpsTransport; field in OsuServerConnectionTest122 when(mHttpsTransport.getServiceConnection()).thenReturn(mHttpsServiceConnection); in setUp()371 mHttpsTransport); in verifyExchangeSoapMessageWithException()372 doThrow(new IOException()).when(mHttpsTransport).call(any(String.class), in verifyExchangeSoapMessageWithException()400 mHttpsTransport); in verifyExchangeSoapMessage()444 mHttpsTransport); in verifyRetrieveTrustRootCertsWithErrorInHTTPSResponse()492 mHttpsTransport); in verifyRetrieveTrustRootCertsWithoutError()542 mHttpsTransport); in verifyCleanup()
79 private HttpsTransport mHttpsTransport; field in OsuServerConnection343 mHttpsTransport.call("", soapEnvelope); in performSoapMessageExchange()547 mHttpsTransport = HttpsTransport.createInstance(network, url); in getServiceConnection()548 serviceConnection = (HttpsServiceConnection) mHttpsTransport.getServiceConnection(); in getServiceConnection()