Searched refs:mOtherFallbackConnection (Results 1 – 1 of 1) sorted by relevance
235 private @Mock HttpURLConnection mOtherFallbackConnection; field in NetworkMonitorTest524 return mOtherFallbackConnection; in setUp()1188 setPortal302(mOtherFallbackConnection); in testIsCaptivePortal_OtherFallbackProbeIsPortal()1196 verify(mOtherFallbackConnection, never()).getResponseCode(); in testIsCaptivePortal_OtherFallbackProbeIsPortal()1203 verify(mOtherFallbackConnection, timeout(INITIAL_REEVALUATE_DELAY_MS + HANDLER_TIMEOUT_MS)) in testIsCaptivePortal_OtherFallbackProbeIsPortal()1216 verify(mOtherFallbackConnection, never()).getResponseCode();1226 setPortal302(mOtherFallbackConnection);1228 verify(mOtherFallbackConnection, times(1)).getResponseCode();1497 set302(mOtherFallbackConnection, "https://www.google.com/test?q=3");1502 verify(mOtherFallbackConnection, times(1)).getResponseCode();[all …]