Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java577 public void sendTetheringActiveSessionsReported(int lastMaxSessionCount) {
2199 verify(mDeps, never()).sendTetheringActiveSessionsReported(anyInt()); in doTestSendActiveSessionsReported()
2205 verify(mDeps).sendTetheringActiveSessionsReported(5); in doTestSendActiveSessionsReported()
2207 verify(mDeps, never()).sendTetheringActiveSessionsReported(anyInt()); in doTestSendActiveSessionsReported()
2214 verify(mDeps).sendTetheringActiveSessionsReported(2); in doTestSendActiveSessionsReported()
2216 verify(mDeps, never()).sendTetheringActiveSessionsReported(anyInt()); in doTestSendActiveSessionsReported()
2224 verify(mDeps, never()).sendTetheringActiveSessionsReported(anyInt()); in doTestSendActiveSessionsReported()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java499 public void sendTetheringActiveSessionsReported(int lastMaxSessionCount) { in sendTetheringActiveSessionsReported() method in BpfCoordinator.Dependencies
2554 mDeps.sendTetheringActiveSessionsReported( in uploadConntrackMetricsSample()