Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DSimpleServer.java142 public static InetAddress getPrivateInetAddress() throws UnknownHostException, SocketException { in getPrivateInetAddress() method in SimpleServer
204 address = getPrivateInetAddress(); in startLocal()
209 address = getPrivateInetAddress(); in startLocal()
/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/rpc/
DSimpleServer.java137 private InetAddress getPrivateInetAddress() throws UnknownHostException, SocketException { in getPrivateInetAddress() method in SimpleServer
167 InetAddress address = getPrivateInetAddress(); in startLocal()