Searched refs:mSockets (Results 1 – 1 of 1) sorted by relevance
1914 private final LocalSocket[] mSockets; field in Vpn.LegacyVpnRunner1951 mSockets = new LocalSocket[mDaemons.length]; in LegacyVpnRunner()2007 for (LocalSocket socket : mSockets) { in run()2085 mSockets[i] = new LocalSocket(); in bringup()2092 mSockets[i].connect(address); in bringup()2099 mSockets[i].setSoTimeout(500); in bringup()2102 OutputStream out = mSockets[i].getOutputStream(); in bringup()2118 InputStream in = mSockets[i].getInputStream(); in bringup()