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.java296 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()
/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
DTcpSocketTracker.java193 public boolean pollSocketsInfo() { in pollSocketsInfo() method in TcpSocketTracker
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1023 tst.pollSocketsInfo(); in initSocketTrackingIfRequired()
1053 if (tst.pollSocketsInfo() && evaluateDataStall()) { in processMessage()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java1696 verify(mTst, never()).pollSocketsInfo();
1975 when(mTst.pollSocketsInfo()).thenReturn(true);