Searched refs:bindSocket (Results 1 – 2 of 2) sorted by relevance
39 protected void bindSocket(DatagramSocket socket) {} in bindSocket() method in ShadowNetwork46 protected void bindSocket(Socket socket) {} in bindSocket() method in ShadowNetwork53 protected void bindSocket(FileDescriptor fd) {} in bindSocket() method in ShadowNetwork
34 network.bindSocket(new DatagramSocket()); in bindSocketDatagramSocket_shouldNotCrash()40 network.bindSocket(new Socket()); in bindSocketSocket_shouldNotCrash()47 network.bindSocket(new FileDescriptor()); in bindSocketFileDescriptor_shouldNotCrash()