Searched refs:bindSocket (Results 1 – 6 of 6) sorted by relevance
57 mNetwork.bindSocket(fd); in testBindSocketOfInvalidFdThrows()72 mNetwork.bindSocket(fis.getFD()); in testBindSocketOfNonSocketFdThrows()85 mNetwork.bindSocket(mDgramSocket); in testBindSocketOfConnectedDatagramSocketThrows()97 mNetwork.bindSocket(mLocalClient.getFileDescriptor()); in testBindSocketOfLocalSocketThrows()106 mNetwork.bindSocket(mLocalClient.getFileDescriptor()); in testBindSocketOfLocalSocketThrows()
257 bindSocket(socket); in createSocket()367 public void bindSocket(DatagramSocket socket) throws IOException { in bindSocket() method in Network371 bindSocket(socket.getFileDescriptor$()); in bindSocket()379 public void bindSocket(Socket socket) throws IOException { in bindSocket() method in Network383 bindSocket(socket.getFileDescriptor$()); in bindSocket()392 public void bindSocket(FileDescriptor fd) throws IOException { in bindSocket() method in Network
108 network.bindSocket(socket); in requestTime()
174 if (network != null) network.bindSocket(socket); in findSrcAddress()367 if (network != null) network.bindSocket(socket); in checkConnectivity()
398 mNetwork.bindSocket(mFileDescriptor); in setupSocket()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...