Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinatorTest.java142 mIPv6TetheringCoordinator.removeActiveDownstream(firstServer); in testUpdateIpv6Upstream()
153 mIPv6TetheringCoordinator.removeActiveDownstream(secondServer); in testUpdateIpv6Upstream()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinator.java103 public void removeActiveDownstream(IpServer downstream) { in removeActiveDownstream() method in IPv6TetheringCoordinator
DTethering.java1959 mIPv6TetheringCoordinator.removeActiveDownstream(who); in handleInterfaceServingStateInactive()