Searched refs:isDataStallSuspected (Results 1 – 4 of 4) sorted by relevance
319 assertFalse(tst.isDataStallSuspected()); in testPollSocketsInfo()324 assertFalse(tst.isDataStallSuspected()); in testPollSocketsInfo()327 assertTrue(tst.isDataStallSuspected()); in testPollSocketsInfo()340 assertFalse(tst.isDataStallSuspected()); in testTcpInfoParsingUnsupported()417 assertFalse(tst.isDataStallSuspected()); in testUnMatchNetwork()
326 public boolean isDataStallSuspected() { in isDataStallSuspected() method in TcpSocketTracker
1699 when(mTst.isDataStallSuspected()).thenReturn(true);1746 when(mTst.isDataStallSuspected()).thenReturn(true);1783 verify(mTst, never()).isDataStallSuspected();2103 when(mTst.isDataStallSuspected()).thenReturn(true);
3223 private boolean isDataStallSuspected(int timeoutCountThreshold, int validTime) { in isDataStallSuspected() method in NetworkMonitor.DnsStallDetector3321 } else if (tst.isDataStallSuspected()) { in isDataStall()3336 if (dsd.isDataStallSuspected( in isDataStall()