Home
last modified time | relevance | path

Searched refs:MatchAllNetworkSpecifier (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/net/
DMatchAllNetworkSpecifier.java34 public final class MatchAllNetworkSpecifier extends NetworkSpecifier implements Parcelable { class
49 return o instanceof MatchAllNetworkSpecifier; in equals()
67 public static final @NonNull Parcelable.Creator<MatchAllNetworkSpecifier> CREATOR =
68 new Parcelable.Creator<MatchAllNetworkSpecifier>() {
69 public MatchAllNetworkSpecifier createFromParcel(Parcel in) {
70 return new MatchAllNetworkSpecifier();
72 public MatchAllNetworkSpecifier[] newArray(int size) {
73 return new MatchAllNetworkSpecifier[size];
DTelephonyNetworkSpecifier.java105 return equals(other) || other instanceof MatchAllNetworkSpecifier; in canBeSatisfiedBy()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java40 import android.net.MatchAllNetworkSpecifier;
623 .setNetworkSpecifier(new MatchAllNetworkSpecifier()); in PhoneSwitcher()
/frameworks/base/config/
Ddirty-image-objects123 Landroid/net/MatchAllNetworkSpecifier; 8
Dpreloaded-classes5646 android.net.MatchAllNetworkSpecifier$1
5647 android.net.MatchAllNetworkSpecifier
Dboot-image-profile.txt11344 HSPLandroid/net/MatchAllNetworkSpecifier;-><init>()V
38173 Landroid/net/MatchAllNetworkSpecifier$1;
38174 Landroid/net/MatchAllNetworkSpecifier;
/frameworks/base/boot/
Dpreloaded-classes5642 android.net.MatchAllNetworkSpecifier$1
5643 android.net.MatchAllNetworkSpecifier
Dboot-image-profile.txt11341 HSPLandroid/net/MatchAllNetworkSpecifier;-><init>()V
28039 Landroid/net/MatchAllNetworkSpecifier$1;
28040 Landroid/net/MatchAllNetworkSpecifier;
/frameworks/base/core/api/
Dsystem-current.txt9649 …public final class MatchAllNetworkSpecifier extends android.net.NetworkSpecifier implements androi…
9650 ctor public MatchAllNetworkSpecifier();
9653 …ll public static final android.os.Parcelable.Creator<android.net.MatchAllNetworkSpecifier> CREATOR;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt32991 Landroid/net/MatchAllNetworkSpecifier;-><init>()V
32992 Landroid/net/MatchAllNetworkSpecifier;->checkNotMatchAllNetworkSpecifier(Landroid/net/NetworkSpecif…
32993 Landroid/net/MatchAllNetworkSpecifier;->CREATOR:Landroid/os/Parcelable$Creator;
32994 Landroid/net/MatchAllNetworkSpecifier;->satisfiedBy(Landroid/net/NetworkSpecifier;)Z