Searched refs:communicationSocket (Results 1 – 3 of 3) sorted by relevance
154 LlcpSocket communicationSocket = serverSocket.accept(); in run() local155 if (DBG) Log.d(TAG, "accept returned " + communicationSocket); in run()156 if (communicationSocket != null) { in run()157 new ConnectionThread(communicationSocket).start(); in run()
118 LlcpSocket communicationSocket = serverSocket.accept(); in run() local119 if (DBG) Log.d(TAG, "accept returned " + communicationSocket); in run()120 if (communicationSocket != null) { in run()121 new ConnectionThread(communicationSocket).start(); in run()
211 LlcpSocket communicationSocket = serverSocket.accept(); in run() local212 if (DBG) Log.d(TAG, "accept returned " + communicationSocket); in run()213 if (communicationSocket != null) { in run()216 new ConnectionThread(communicationSocket, fragmentLength).start(); in run()