Searched refs:LinkSocketNotifier (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DLinkSocketNotifier.java26 public interface LinkSocketNotifier { interface
H A DLinkSocket.java21 import android.net.LinkSocketNotifier;
47 * @param notifier a reference to a class that implements {@code LinkSocketNotifier}
49 public LinkSocket(LinkSocketNotifier notifier) {
55 * @param notifier a reference to a class that implements {@code LinkSocketNotifier}
61 public LinkSocket(LinkSocketNotifier notifier, Proxy proxy) {
235 * @see LinkSocketNotifier#onBetterLinkAvailable(LinkSocket, LinkSocket)

Completed in 44 milliseconds