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.java107 @Mock HttpsTransport mHttpsTransport; field in OsuServerConnectionTest
121 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java78 private HttpsTransport mHttpsTransport; field in OsuServerConnection
312 mHttpsTransport.call("", soapEnvelope); in performSoapMessageExchange()
516 mHttpsTransport = HttpsTransport.createInstance(network, url); in getServiceConnection()
517 serviceConnection = (HttpsServiceConnection) mHttpsTransport.getServiceConnection(); in getServiceConnection()