Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DLocalSocket.java40 public class LocalSocket implements Closeable { class
63 public LocalSocket() { in LocalSocket() method in LocalSocket
73 public LocalSocket(int sockType) { in LocalSocket() method in LocalSocket
77 private LocalSocket(LocalSocketImpl impl, int sockType) { in LocalSocket() method in LocalSocket
106 public LocalSocket(@NonNull @SuppressLint("UseParcelFileDescriptor") FileDescriptor fd) { in LocalSocket() method in LocalSocket