Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/netlink/
DTcpSocketTrackerTest.java295 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()
/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
DTcpSocketTracker.java194 public boolean pollSocketsInfo() { in pollSocketsInfo() method in TcpSocketTracker
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1033 tst.pollSocketsInfo(); in initSocketTrackingIfRequired()
1063 if (tst.pollSocketsInfo() && evaluateDataStall()) { in processMessage()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java1784 verify(mTst, never()).pollSocketsInfo();
2104 when(mTst.pollSocketsInfo()).thenReturn(true);