HomeSort by relevance Sort by last modified time
    Searched refs:MatchAllNetworkSpecifier (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/net/
MatchAllNetworkSpecifier.java 23 * MatchAllNetworkSpecifier is a marker class used by NetworkFactory classes to indicate
30 public final class MatchAllNetworkSpecifier extends NetworkSpecifier implements Parcelable {
32 * Utility method which verifies that the ns argument is not a MatchAllNetworkSpecifier and
36 if (ns instanceof MatchAllNetworkSpecifier) {
37 throw new IllegalArgumentException("A MatchAllNetworkSpecifier is not permitted");
48 "MatchAllNetworkSpecifier must not be used in NetworkRequests");
53 return o instanceof MatchAllNetworkSpecifier;
71 public static final Parcelable.Creator<MatchAllNetworkSpecifier> CREATOR =
72 new Parcelable.Creator<MatchAllNetworkSpecifier>() {
73 public MatchAllNetworkSpecifier createFromParcel(Parcel in)
    [all...]
NetworkRequest.java 324 MatchAllNetworkSpecifier.checkNotMatchAllNetworkSpecifier(networkSpecifier);
NetworkCapabilities.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSwitcher.java 26 import android.net.MatchAllNetworkSpecifier;
149 netCap.setNetworkSpecifier(new MatchAllNetworkSpecifier());
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareDataPathStateManager.java 30 import android.net.MatchAllNetworkSpecifier;
138 sNetworkCapabilitiesFilter.setNetworkSpecifier(new MatchAllNetworkSpecifier());
    [all...]
  /frameworks/base/tests/net/java/com/android/server/
ConnectivityServiceTest.java 101 import android.net.MatchAllNetworkSpecifier;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 63 import android.net.MatchAllNetworkSpecifier;
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
boot-image-profile.txt     [all...]

Completed in 146 milliseconds