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