Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
H A DNetworkMonitorTest.java250 private @Mock TcpSocketTracker mTst; field in NetworkMonitorTest
1698 when(mTst.getLatestReceivedCount()).thenReturn(0);
1699 when(mTst.isDataStallSuspected()).thenReturn(true);
1738 when(mTst.getLatestReceivedCount()).thenReturn(5);
1745 when(mTst.getLatestReceivedCount()).thenReturn(0);
1746 when(mTst.isDataStallSuspected()).thenReturn(true);
1766 when(mTst.getLatestReceivedCount()).thenReturn(5);
1783 verify(mTst, never()).isDataStallSuspected();
1784 verify(mTst, never()).pollSocketsInfo();
2100 when(mTst.getLatestReceivedCount()).thenReturn(0);
[all …]