Searched refs:TCP_DEBUG_PORT (Results 1 – 3 of 3) sorted by relevance
86 mTcpServerSocket = new ServerSocket(Constants.TCP_DEBUG_PORT, 1); in start()88 Log.e(TAG, "Error listing on port" + Constants.TCP_DEBUG_PORT); in start()
255 public static final int TCP_DEBUG_PORT = 6500; field in Constants
490 mConnectThread = new SocketConnectThread("localhost", Constants.TCP_DEBUG_PORT, 0); in startConnectSession()