Searched defs:bindpoint (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/net/
H A DLocalSocket.java140 * @param bindpoint endpoint address
143 public void bind(LocalSocketAddress bindpoint) throws IOException { argument
151 localAddress = bindpoint;

Completed in 53 milliseconds