Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DLocalSocket.java38 private final int sockType; field in LocalSocket
62 public LocalSocket(int sockType) { in LocalSocket()
82 /*package*/ LocalSocket(LocalSocketImpl impl, int sockType) { in LocalSocket()
DLocalSocketImpl.java237 public void create(int sockType) throws IOException { in create()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkDiagnostics.java382 int sockType, int protocol, long writeTimeout, long readTimeout, int dstPort) in setupSocket()