Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java51 … com.android.networkstack.tethering.TetheringConfiguration.DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS;
393 mTestLooper.moveTimeForward(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS); in updateStatsEntriesAndWaitForUpdate()
702 mTestLooper.moveTimeForward(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS); in testGetForwardedStats()
726 mTestLooper.moveTimeForward(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS); in testOnSetAlert()
732 mTestLooper.moveTimeForward(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS); in testOnSetAlert()
738 mTestLooper.moveTimeForward(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS); in testOnSetAlert()
994 mTestLooper.moveTimeForward(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS); in checkBpfDisabled()
1188 assertEquals(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS, coordinator.getPollingInterval()); in testTetheringConfigSetPollingInterval()
1194 : new int[] {0, 100, DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS - 1}) { in testTetheringConfigSetPollingInterval()
1197 assertEquals(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS, coordinator.getPollingInterval()); in testTetheringConfigSetPollingInterval()
DOffloadControllerTest.java34 … com.android.networkstack.tethering.TetheringConfiguration.DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS;
847 setOffloadPollInterval(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS); in testOnSetAlert()
867 mTestLooper.moveTimeForward(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS); in testOnSetAlert()
874 mTestLooper.moveTimeForward(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS); in testOnSetAlert()
882 mTestLooper.moveTimeForward(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS); in testOnSetAlert()
897 setOffloadPollInterval(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS); in checkSoftwarePollingUsed()
DTetheringConfigurationTest.java170 TetheringConfiguration.DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS); in setUp()
432 assertEquals(TetheringConfiguration.DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS, in testOffloadIntervalByResource()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java133 public static final int DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS = 5000; field in TetheringConfiguration
219 DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS); in TetheringConfiguration()
DOffloadController.java32 … com.android.networkstack.tethering.TetheringConfiguration.DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS;
527 >= DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS; in isPollingStatsNeeded()
DBpfCoordinator.java33 … com.android.networkstack.tethering.TetheringConfiguration.DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS;
1862 return Math.max(DEFAULT_TETHER_OFFLOAD_POLL_INTERVAL_MS, configInterval); in getPollingInterval()