Home
last modified time | relevance | path

Searched refs:boundPort (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DSimpleServer.java216 int boundPort = start(); in startLocal() local
217 return InetSocketAddress.createUnresolved(mServer.getInetAddress().getHostAddress(), boundPort); in startLocal()
238 int boundPort = start(); in startPublic() local
239 return InetSocketAddress.createUnresolved(mServer.getInetAddress().getHostAddress(), boundPort); in startPublic()
257 int boundPort = start(); in startAllInterfaces() local
258 return InetSocketAddress.createUnresolved(mServer.getInetAddress().getHostAddress(), boundPort); in startAllInterfaces()