Searched refs:Downstream (Results 1 – 2 of 2) sorted by relevance
53 private static class Downstream { class in IPv6TetheringCoordinator59 Downstream(IpServer ipServer, int mode, short subnetId) { in Downstream() method in IPv6TetheringCoordinator.Downstream73 private final LinkedList<Downstream> mActiveDownstreams;92 if (mActiveDownstreams.offer(new Downstream(downstream, mode, mNextSubnetId))) { in addActiveDownstream()172 final Downstream ds = findDownstream(ipServer); in getInterfaceIPv6LinkProperties()190 final Downstream currentActive = mActiveDownstreams.peek(); in getInterfaceIPv6LinkProperties()202 Downstream findDownstream(IpServer ipServer) { in findDownstream()203 for (Downstream ds : mActiveDownstreams) { in findDownstream()
5670 …id/net/ip/IpServer;)Lcom/android/server/connectivity/tethering/IPv6TetheringCoordinator$Downstream;