Searched refs:mSockets (Results 1 – 1 of 1) sorted by relevance
1537 private final LocalSocket[] mSockets; field in Vpn.LegacyVpnRunner1573 mSockets = new LocalSocket[mDaemons.length]; in LegacyVpnRunner()1627 for (LocalSocket socket : mSockets) { in run()1708 mSockets[i] = new LocalSocket(); in execute()1715 mSockets[i].connect(address); in execute()1722 mSockets[i].setSoTimeout(500); in execute()1725 OutputStream out = mSockets[i].getOutputStream(); in execute()1741 InputStream in = mSockets[i].getInputStream(); in execute()