Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DIPv6TetheringCoordinatorTest.java141 mIPv6TetheringCoordinator.removeActiveDownstream(firstServer); in testUpdateIpv6Upstream()
152 mIPv6TetheringCoordinator.removeActiveDownstream(secondServer); in testUpdateIpv6Upstream()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DIPv6TetheringCoordinator.java102 public void removeActiveDownstream(IpServer downstream) { in removeActiveDownstream() method in IPv6TetheringCoordinator
H A DTethering.java1786 mIPv6TetheringCoordinator.removeActiveDownstream(who); in handleInterfaceServingStateInactive()