Searched refs:mUrlConnection (Results 1 – 2 of 2) sorted by relevance
81 private HttpsURLConnection mUrlConnection = null; field in OsuServerConnection233 if (mUrlConnection == null) { in exchangeSoapMessage()264 if (mUrlConnection == null) { in retrieveTrustRootCerts()320 mUrlConnection = httpsURLConnection; in performTlsConnection()560 if (mUrlConnection != null) { in cleanupConnection()561 mUrlConnection.disconnect(); in cleanupConnection()562 mUrlConnection = null; in cleanupConnection()
103 @Mock HttpsURLConnection mUrlConnection; field in OsuServerConnectionTest121 when(mNetwork.openConnection(any(URL.class))).thenReturn(mUrlConnection); in setUp()279 doThrow(new IOException()).when(mUrlConnection).connect(); in verifyInitAndServerConnectFailure()555 verify(mUrlConnection).disconnect(); in verifyCleanup()