Searched refs:pollSocketsInfo (Results 1 – 4 of 4) sorted by relevance
296 assertFalse(tst.pollSocketsInfo()); in testPollSocketsInfo()303 assertTrue(tst.pollSocketsInfo()); in testPollSocketsInfo()310 assertTrue(tst.pollSocketsInfo()); in testPollSocketsInfo()316 assertTrue(tst.pollSocketsInfo()); in testPollSocketsInfo()337 assertFalse(tst.pollSocketsInfo()); in testTcpInfoParsingUnsupported()394 assertTrue(tst.pollSocketsInfo()); in testPollSocketsInfo_BadFormat()400 assertTrue(tst.pollSocketsInfo()); in testPollSocketsInfo_BadFormat()414 assertTrue(tst.pollSocketsInfo()); in testUnMatchNetwork()
193 public boolean pollSocketsInfo() { in pollSocketsInfo() method in TcpSocketTracker
1023 tst.pollSocketsInfo(); in initSocketTrackingIfRequired()1053 if (tst.pollSocketsInfo() && evaluateDataStall()) { in processMessage()
1696 verify(mTst, never()).pollSocketsInfo();1975 when(mTst.pollSocketsInfo()).thenReturn(true);