Home
last modified time | relevance | path

Searched defs:LocalSocket (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
DLocalSocket.java30 public class LocalSocket implements Closeable { class
51 public LocalSocket() { in LocalSocket() method in LocalSocket
61 public LocalSocket(int sockType) { in LocalSocket() method in LocalSocket
71 public LocalSocket(FileDescriptor fd) throws IOException { in LocalSocket() method in LocalSocket
81 /*package*/ LocalSocket(LocalSocketImpl impl, int sockType) { in LocalSocket() method in LocalSocket