Searched refs:getLocalPort (Results 1 – 2 of 2) sorted by relevance
62 if(mConnection.getLocalPort() > -1) { in clickAdvertise()63 mNsdHelper.registerService(mConnection.getLocalPort()); in clickAdvertise()
70 public int getLocalPort() { in getLocalPort() method in ChatConnection146 setLocalPort(mServerSocket.getLocalPort()); in run()