Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
H A DNetworkMonitorTest.java233 private @Mock HttpURLConnection mOtherHttpsConnection2; field in NetworkMonitorTest
520 return mOtherHttpsConnection2; in setUp()
1618 verify(mOtherHttpsConnection2, never()).getResponseCode();
2601 setStatus(mOtherHttpsConnection2, 204);
2608 verify(mOtherHttpsConnection2).getResponseCode();