Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DLocalSocket.java37 private final int sockType; field in LocalSocket
61 public LocalSocket(int sockType) { in LocalSocket() argument
62 this(new LocalSocketImpl(), sockType); in LocalSocket()
81 /*package*/ LocalSocket(LocalSocketImpl impl, int sockType) { in LocalSocket() argument
83 this.sockType = sockType; in LocalSocket()
106 impl.create(sockType); in implCreateIfNeeded()
DLocalSocketImpl.java235 public void create (int sockType) throws IOException { in create() argument
240 switch (sockType) { in create()