Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinator.java88 if (findDownstream(downstream) == null) { in addActiveDownstream()
105 if (mActiveDownstreams.remove(findDownstream(downstream))) { in removeActiveDownstream()
188 final Downstream ds = findDownstream(ipServer); in getInterfaceIPv6LinkProperties()
218 Downstream findDownstream(IpServer ipServer) { in findDownstream() method in IPv6TetheringCoordinator