Searched refs:pollSocketsInfo (Results 1 – 4 of 4) sorted by relevance
295 assertFalse(tst.pollSocketsInfo()); in testPollSocketsInfo()302 assertTrue(tst.pollSocketsInfo()); in testPollSocketsInfo()309 assertTrue(tst.pollSocketsInfo()); in testPollSocketsInfo()315 assertTrue(tst.pollSocketsInfo()); in testPollSocketsInfo()336 assertFalse(tst.pollSocketsInfo()); in testTcpInfoParsingUnsupported()393 assertTrue(tst.pollSocketsInfo()); in testPollSocketsInfo_BadFormat()399 assertTrue(tst.pollSocketsInfo()); in testPollSocketsInfo_BadFormat()413 assertTrue(tst.pollSocketsInfo()); in testUnMatchNetwork()
194 public boolean pollSocketsInfo() { in pollSocketsInfo() method in TcpSocketTracker
1033 tst.pollSocketsInfo(); in initSocketTrackingIfRequired()1063 if (tst.pollSocketsInfo() && evaluateDataStall()) { in processMessage()
1784 verify(mTst, never()).pollSocketsInfo();2104 when(mTst.pollSocketsInfo()).thenReturn(true);