Searched refs:sendTetheringActiveSessionsReported (Results 1 – 2 of 2) sorted by relevance
577 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()
499 public void sendTetheringActiveSessionsReported(int lastMaxSessionCount) { in sendTetheringActiveSessionsReported() method in BpfCoordinator.Dependencies2554 mDeps.sendTetheringActiveSessionsReported( in uploadConntrackMetricsSample()