Searched refs:mHttpsConnection (Results 1 – 1 of 1) sorted by relevance
221 private @Mock HttpURLConnection mHttpsConnection; field in NetworkMonitorTest495 return mHttpsConnection; in setUp()517 when(mHttpsConnection.getRequestProperties()).thenReturn(new ArrayMap<>()); in setUp()719 setStatus(mHttpsConnection, 204); in testEvaluatingBandwidthState_meteredNetwork()739 setStatus(mHttpsConnection, 204); in testEvaluatingBandwidthState_nonMeteredNetworkWithWrongConfig()1059 setSslException(mHttpsConnection); in testIsCaptivePortal_HttpProbeIsPortal()1065 setSslException(mHttpsConnection); in setupPrivateIpResponse()1098 setStatus(mHttpsConnection, 204); in testIsCaptivePortal_HttpsProbeIsNotPortal()1106 setSslException(mHttpsConnection); in testIsCaptivePortal_FallbackProbeIsPortal()1114 setSslException(mHttpsConnection); in testIsCaptivePortal_FallbackProbeIsNotPortal()[all …]