Home
last modified time | relevance | path

Searched refs:getTetherConfig (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java174 TetheringConfiguration getTetherConfig(); in getTetherConfig() method
507 mDeps.getTetherConfig().getOffloadPollInterval()); in maybeSchedulePollingStats()
514 && mDeps.getTetherConfig() != null in isPollingStatsNeeded()
515 && mDeps.getTetherConfig().getOffloadPollInterval() in isPollingStatsNeeded()
DBpfCoordinator.java334 @Nullable public abstract TetheringConfiguration getTetherConfig(); in getTetherConfig() method in BpfCoordinator.Dependencies
2042 final TetheringConfiguration config = mDeps.getTetherConfig(); in isBpfEnabled()
2278 final TetheringConfiguration config = mDeps.getTetherConfig(); in getPollingInterval()
DTethering.java319 public TetheringConfiguration getTetherConfig() { in Tethering()
396 public TetheringConfiguration getTetherConfig() { in Tethering()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DOffloadControllerTest.java135 public TetheringConfiguration getTetherConfig() {
DBpfCoordinatorTest.java515 public TetheringConfiguration getTetherConfig() {