Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1143 pw.println("Polling interval: " + getPollingInterval() + " ms"); in dump()
2273 int getPollingInterval() { in getPollingInterval() method in BpfCoordinator
2375 mHandler.postDelayed(mScheduledPollingStats, getPollingInterval()); in maybeSchedulePollingStats()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1757 assertEquals(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS, coordinator.getPollingInterval()); in testTetheringConfigSetPollingInterval()
1766 assertEquals(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS, coordinator.getPollingInterval()); in testTetheringConfigSetPollingInterval()
1778 assertEquals(pollingInterval, coordinator.getPollingInterval()); in testTetheringConfigSetPollingInterval()