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