Searched refs:sockType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | LocalSocket.java | 41 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()
|
D | LocalSocketImpl.java | 241 public void create(int sockType) throws IOException { in create() argument 247 switch (sockType) { in create()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkDiagnostics.java | 383 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/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |