Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java518 mDeps.getTetherConfig().getOffloadPollInterval()); in maybeSchedulePollingStats()
526 && mDeps.getTetherConfig().getOffloadPollInterval() in isPollingStatsNeeded()
DTetheringConfiguration.java379 public int getOffloadPollInterval() { in getOffloadPollInterval() method in TetheringConfiguration
DBpfCoordinator.java1861 final int configInterval = (config != null) ? config.getOffloadPollInterval() : 0; in getPollingInterval()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringConfigurationTest.java433 intervalByDefault.getOffloadPollInterval()); in testOffloadIntervalByResource()
441 assertEquals(override, overrideByRes.getOffloadPollInterval()); in testOffloadIntervalByResource()
DOffloadControllerTest.java138 when(mTetherConfig.getOffloadPollInterval()).thenReturn(-1); // Disabled. in setUp()
160 when(mTetherConfig.getOffloadPollInterval()).thenReturn(interval); in setOffloadPollInterval()
DBpfCoordinatorTest.java1195 when(mTetherConfig.getOffloadPollInterval()).thenReturn(interval); in testTetheringConfigSetPollingInterval()
1205 when(mTetherConfig.getOffloadPollInterval()).thenReturn(pollingInterval); in testTetheringConfigSetPollingInterval()