Searched refs:mIpClients (Results 1 – 1 of 1) sorted by relevance
201 private final ArrayList<WeakReference<IpClient>> mIpClients = new ArrayList<>(); field in NetworkStackService.NetworkStackConnector383 synchronized (mIpClients) { in makeIpClient()384 final Iterator<WeakReference<IpClient>> it = mIpClients.iterator(); in makeIpClient()391 mIpClients.add(new WeakReference<>(ipClient)); in makeIpClient()460 synchronized (mIpClients) { in dump()461 for (WeakReference<IpClient> ipcRef : mIpClients) { in dump()508 synchronized (mIpClients) { in apfShellCommand()513 final ListIterator it = mIpClients.listIterator(mIpClients.size()); in apfShellCommand()