Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java223 private @Mock HttpURLConnection mOtherHttpsConnection2; field in NetworkMonitorTest
499 return mOtherHttpsConnection2; in setUp()
2465 setStatus(mOtherHttpsConnection2, 204);
2472 verify(mOtherHttpsConnection2).getResponseCode();