Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DLocalSocket.java41 private final int sockType; field in LocalSocket
65 public LocalSocket(int sockType) { in LocalSocket() argument
66 this(new LocalSocketImpl(), sockType); in LocalSocket()
69 private LocalSocket(LocalSocketImpl impl, int sockType) { in LocalSocket() argument
71 this.sockType = sockType; in LocalSocket()
97 private static LocalSocket createConnectedLocalSocket(LocalSocketImpl impl, int sockType) { in createConnectedLocalSocket() argument
98 LocalSocket socket = new LocalSocket(impl, sockType); in createConnectedLocalSocket()
123 impl.create(sockType); in implCreateIfNeeded()
DLocalSocketImpl.java241 public void create(int sockType) throws IOException { in create() argument
247 switch (sockType) { in create()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkDiagnostics.java383 int sockType, int protocol, long writeTimeout, long readTimeout, int dstPort) in setupSocket() argument
388 mFileDescriptor = Os.socket(mAddressFamily, sockType, protocol); in setupSocket()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...