Searched refs:getLocalPort (Results 1 – 11 of 11) sorted by relevance
170 protected int getLocalPort() { in getLocalPort() method in StreamProtoReceiver.EventReceiverThread171 return mSocket.getLocalPort(); in getLocalPort()207 return mEventReceiver.getLocalPort(); in getSocketServerPort()
40 return mSocket.getLocalPort(); in getPort()
91 port = s.getLocalPort(); in Sl4aClient()132 port = s.getLocalPort(); in startSL4A()
129 doReturn(36000).when(mMockServer).getLocalPort(); in testRobolectricResourcesPositive()161 doReturn(36000).when(mMockServer).getLocalPort(); in testRavenwoodResourcesPositive()188 doReturn(36000).when(mMockServer).getLocalPort(); in testRobolectricResourcesNegative()204 doReturn(36000).when(mMockServer).getLocalPort(); in testRavenwoodResourcesNegative()222 doReturn(36000).when(mMockServer).getLocalPort(); in testCoverageArgsAreAdded_whenCoverageIsTurnedOn()
345 mLastUsedPort, s.getLocalPort()); in createSshTunnel()350 mLastUsedPort = s.getLocalPort(); in createSshTunnel()
450 return s.getLocalPort(); in createServerSocket()
135 return mSS.getLocalPort(); in getPort()
138 protected int getLocalPort() { in getLocalPort() method in SubprocessTestResultsParser.EventReceiverThread139 return mSocket.getLocalPort(); in getLocalPort()239 return mEventReceiver.getLocalPort(); in getSocketServerPort()
65 RegistrationListener listener = registerService(serverSocket.getLocalPort()); in serviceTest()
402 Integer.toString(mServer.getLocalPort()), in compileCommandArgs()
3046 vmAdbPort = serverSocket.getLocalPort(); in forwardMicrodroidAdbPort()