Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DHttpsTransportTest.java44 private HttpsTransport mHttpsTransport; field in HttpsTransportTest
57 mHttpsTransport = HttpsTransport.createInstance(mNetwork, mUrl); in setUp()
65 assertNotNull(mHttpsTransport.getServiceConnection()); in verifyGetServiceConnection()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DOsuServerConnectionTest.java108 @Mock HttpsTransport mHttpsTransport; field in OsuServerConnectionTest
122 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java79 private HttpsTransport mHttpsTransport; field in OsuServerConnection
343 mHttpsTransport.call("", soapEnvelope); in performSoapMessageExchange()
547 mHttpsTransport = HttpsTransport.createInstance(network, url); in getServiceConnection()
548 serviceConnection = (HttpsServiceConnection) mHttpsTransport.getServiceConnection(); in getServiceConnection()