Home
last modified time | relevance | path

Searched refs:setTetheringConfigurationFetcher (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DEntitlementManager.java131 public void setTetheringConfigurationFetcher(final TetheringConfigurationFetcher fetcher) { in setTetheringConfigurationFetcher() method in EntitlementManager
DTethering.java309 mEntitlementMgr.setTetheringConfigurationFetcher(() -> { in Tethering()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DEntitlementManagerTest.java230 mEnMgr.setTetheringConfigurationFetcher(() -> { in setUp()