Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java140 TetheringConfiguration getTetherConfig(); in getTetherConfig() method
455 mDeps.getTetherConfig().getOffloadPollInterval()); in maybeSchedulePollingStats()
461 && mDeps.getTetherConfig() != null in isPollingStatsNeeded()
462 && mDeps.getTetherConfig().getOffloadPollInterval() in isPollingStatsNeeded()
DBpfCoordinator.java170 @Nullable public abstract TetheringConfiguration getTetherConfig(); in getTetherConfig() method in BpfCoordinator.Dependencies
586 final TetheringConfiguration config = mDeps.getTetherConfig(); in isBpfEnabled()
747 final TetheringConfiguration config = mDeps.getTetherConfig(); in getPollingInterval()
DTethering.java284 public TetheringConfiguration getTetherConfig() { in Tethering()
353 public TetheringConfiguration getTetherConfig() { in Tethering()
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java127 public TetheringConfiguration getTetherConfig() {
DOffloadControllerTest.java124 public TetheringConfiguration getTetherConfig() {
/frameworks/base/packages/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java261 public TetheringConfiguration getTetherConfig() { in setUp()