public final class android.net.MatchAllNetworkSpecifier extends android.net.NetworkSpecifier implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.net.MatchAllNetworkSpecifier
  super_class: android.net.NetworkSpecifier
{
  public static final android.os.Parcelable$Creator<android.net.MatchAllNetworkSpecifier> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/net/MatchAllNetworkSpecifier;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 72
            new android.net.MatchAllNetworkSpecifier$1
            dup
            invokespecial android.net.MatchAllNetworkSpecifier$1.<init>:()V
         1: .line 71
            putstatic android.net.MatchAllNetworkSpecifier.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 79
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.net.MatchAllNetworkSpecifier this
         0: .line 30
            aload 0 /* this */
            invokespecial android.net.NetworkSpecifier.<init>:()V
            return
        end local 0 // android.net.MatchAllNetworkSpecifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/MatchAllNetworkSpecifier;

  public static void checkNotMatchAllNetworkSpecifier(android.net.NetworkSpecifier);
    descriptor: (Landroid/net/NetworkSpecifier;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.net.NetworkSpecifier ns
         0: .line 36
            aload 0 /* ns */
            instanceof android.net.MatchAllNetworkSpecifier
            ifeq 2
         1: .line 37
            new java.lang.IllegalArgumentException
            dup
            ldc "A MatchAllNetworkSpecifier is not permitted"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 39
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.net.NetworkSpecifier ns
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    ns  Landroid/net/NetworkSpecifier;
    MethodParameters:
      Name  Flags
      ns    

  public boolean satisfiedBy(android.net.NetworkSpecifier);
    descriptor: (Landroid/net/NetworkSpecifier;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.net.MatchAllNetworkSpecifier this
        start local 1 // android.net.NetworkSpecifier other
         0: .line 47
            new java.lang.IllegalStateException
            dup
         1: .line 48
            ldc "MatchAllNetworkSpecifier must not be used in NetworkRequests"
         2: .line 47
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // android.net.NetworkSpecifier other
        end local 0 // android.net.MatchAllNetworkSpecifier this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/net/MatchAllNetworkSpecifier;
            0    3     1  other  Landroid/net/NetworkSpecifier;
    MethodParameters:
       Name  Flags
      other  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.net.MatchAllNetworkSpecifier this
        start local 1 // java.lang.Object o
         0: .line 53
            aload 1 /* o */
            instanceof android.net.MatchAllNetworkSpecifier
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // android.net.MatchAllNetworkSpecifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/MatchAllNetworkSpecifier;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.net.MatchAllNetworkSpecifier this
         0: .line 58
            iconst_0
            ireturn
        end local 0 // android.net.MatchAllNetworkSpecifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/MatchAllNetworkSpecifier;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.net.MatchAllNetworkSpecifier this
         0: .line 63
            iconst_0
            ireturn
        end local 0 // android.net.MatchAllNetworkSpecifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/MatchAllNetworkSpecifier;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.net.MatchAllNetworkSpecifier this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 69
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.net.MatchAllNetworkSpecifier this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Landroid/net/MatchAllNetworkSpecifier;
            0    1     1   dest  Landroid/os/Parcel;
            0    1     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "MatchAllNetworkSpecifier.java"
NestMembers:
  android.net.MatchAllNetworkSpecifier$1
InnerClasses:
  android.net.MatchAllNetworkSpecifier$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable