Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/netlink/
H A DTcpSocketTrackerTest.java338 assertEquals(-1, tst.getLatestReceivedCount()); in testTcpInfoParsingUnsupported()
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
H A DTcpSocketTracker.java383 public int getLatestReceivedCount() { in getLatestReceivedCount() method in TcpSocketTracker
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
H A DNetworkMonitorTest.java1698 when(mTst.getLatestReceivedCount()).thenReturn(0);
1738 when(mTst.getLatestReceivedCount()).thenReturn(5);
1745 when(mTst.getLatestReceivedCount()).thenReturn(0);
1766 when(mTst.getLatestReceivedCount()).thenReturn(5);
2100 when(mTst.getLatestReceivedCount()).thenReturn(0);
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/
H A DNetworkMonitor.java3319 if (tst.getLatestReceivedCount() > 0) { in isDataStall()
3325 msg.add("tcp packets received=" + tst.getLatestReceivedCount()) in isDataStall()