Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java221 private @Mock HttpURLConnection mHttpsConnection; field in NetworkMonitorTest
495 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 …]