public final class android.hardware.location.GeofenceHardwareRequestParcelable implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.hardware.location.GeofenceHardwareRequestParcelable
  super_class: java.lang.Object
{
  private android.hardware.location.GeofenceHardwareRequest mRequest;
    descriptor: Landroid/hardware/location/GeofenceHardwareRequest;
    flags: (0x0002) ACC_PRIVATE

  private int mId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public static final android.os.Parcelable$Creator<android.hardware.location.GeofenceHardwareRequestParcelable> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/hardware/location/GeofenceHardwareRequestParcelable;>;

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

  public void <init>(int, android.hardware.location.GeofenceHardwareRequest);
    descriptor: (ILandroid/hardware/location/GeofenceHardwareRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
        start local 1 // int id
        start local 2 // android.hardware.location.GeofenceHardwareRequest request
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            iload 1 /* id */
            putfield android.hardware.location.GeofenceHardwareRequestParcelable.mId:I
         2: .line 34
            aload 0 /* this */
            aload 2 /* request */
            putfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
         3: .line 35
            return
        end local 2 // android.hardware.location.GeofenceHardwareRequest request
        end local 1 // int id
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/hardware/location/GeofenceHardwareRequestParcelable;
            0    4     1       id  I
            0    4     2  request  Landroid/hardware/location/GeofenceHardwareRequest;
    MethodParameters:
         Name  Flags
      id       
      request  

  public int getId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
         0: .line 41
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mId:I
            ireturn
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareRequestParcelable;

  public double getLatitude();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
         0: .line 48
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getLatitude:()D
            dreturn
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareRequestParcelable;

  public double getLongitude();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
         0: .line 55
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getLongitude:()D
            dreturn
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareRequestParcelable;

  public double getRadius();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
         0: .line 62
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getRadius:()D
            dreturn
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareRequestParcelable;

  public int getMonitorTransitions();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
         0: .line 69
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getMonitorTransitions:()I
            ireturn
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareRequestParcelable;

  public int getUnknownTimer();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
         0: .line 76
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getUnknownTimer:()I
            ireturn
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareRequestParcelable;

  public int getNotificationResponsiveness();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
         0: .line 83
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getNotificationResponsiveness:()I
            ireturn
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareRequestParcelable;

  public int getLastTransition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
         0: .line 90
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getLastTransition:()I
            ireturn
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareRequestParcelable;

  int getType();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
         0: .line 97
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getType:()I
            ireturn
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareRequestParcelable;

  int getSourceTechnologies();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
         0: .line 104
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getSourceTechnologies:()I
            ireturn
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareRequestParcelable;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
         0: .line 110
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* builder */
        start local 1 // java.lang.StringBuilder builder
         1: .line 111
            aload 1 /* builder */
            ldc "id="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 112
            aload 1 /* builder */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mId:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         3: .line 113
            aload 1 /* builder */
            ldc ", type="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 114
            aload 1 /* builder */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getType:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         5: .line 115
            aload 1 /* builder */
            ldc ", latitude="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 116
            aload 1 /* builder */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getLatitude:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         7: .line 117
            aload 1 /* builder */
            ldc ", longitude="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 118
            aload 1 /* builder */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getLongitude:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         9: .line 119
            aload 1 /* builder */
            ldc ", radius="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 120
            aload 1 /* builder */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getRadius:()D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
        11: .line 121
            aload 1 /* builder */
            ldc ", lastTransition="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 122
            aload 1 /* builder */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getLastTransition:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        13: .line 123
            aload 1 /* builder */
            ldc ", unknownTimer="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        14: .line 124
            aload 1 /* builder */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getUnknownTimer:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        15: .line 125
            aload 1 /* builder */
            ldc ", monitorTransitions="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        16: .line 126
            aload 1 /* builder */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getMonitorTransitions:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        17: .line 127
            aload 1 /* builder */
            ldc ", notificationResponsiveness="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        18: .line 128
            aload 1 /* builder */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getNotificationResponsiveness:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        19: .line 129
            aload 1 /* builder */
            ldc ", sourceTechnologies="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        20: .line 130
            aload 1 /* builder */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareRequestParcelable.mRequest:Landroid/hardware/location/GeofenceHardwareRequest;
            invokevirtual android.hardware.location.GeofenceHardwareRequest.getSourceTechnologies:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        21: .line 131
            aload 1 /* builder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder builder
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Landroid/hardware/location/GeofenceHardwareRequestParcelable;
            1   22     1  builder  Ljava/lang/StringBuilder;

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

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 176
            aload 1 /* parcel */
            aload 0 /* this */
            invokevirtual android.hardware.location.GeofenceHardwareRequestParcelable.getType:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 177
            aload 1 /* parcel */
            aload 0 /* this */
            invokevirtual android.hardware.location.GeofenceHardwareRequestParcelable.getLatitude:()D
            invokevirtual android.os.Parcel.writeDouble:(D)V
         2: .line 178
            aload 1 /* parcel */
            aload 0 /* this */
            invokevirtual android.hardware.location.GeofenceHardwareRequestParcelable.getLongitude:()D
            invokevirtual android.os.Parcel.writeDouble:(D)V
         3: .line 179
            aload 1 /* parcel */
            aload 0 /* this */
            invokevirtual android.hardware.location.GeofenceHardwareRequestParcelable.getRadius:()D
            invokevirtual android.os.Parcel.writeDouble:(D)V
         4: .line 180
            aload 1 /* parcel */
            aload 0 /* this */
            invokevirtual android.hardware.location.GeofenceHardwareRequestParcelable.getLastTransition:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 181
            aload 1 /* parcel */
            aload 0 /* this */
            invokevirtual android.hardware.location.GeofenceHardwareRequestParcelable.getMonitorTransitions:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 182
            aload 1 /* parcel */
            aload 0 /* this */
            invokevirtual android.hardware.location.GeofenceHardwareRequestParcelable.getUnknownTimer:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
         7: .line 183
            aload 1 /* parcel */
            aload 0 /* this */
            invokevirtual android.hardware.location.GeofenceHardwareRequestParcelable.getNotificationResponsiveness:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
         8: .line 184
            aload 1 /* parcel */
            aload 0 /* this */
            invokevirtual android.hardware.location.GeofenceHardwareRequestParcelable.getSourceTechnologies:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 185
            aload 1 /* parcel */
            aload 0 /* this */
            invokevirtual android.hardware.location.GeofenceHardwareRequestParcelable.getId:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
        10: .line 186
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Landroid/hardware/location/GeofenceHardwareRequestParcelable;
            0   11     1  parcel  Landroid/os/Parcel;
            0   11     2   flags  I
    MethodParameters:
        Name  Flags
      parcel  
      flags   
}
SourceFile: "GeofenceHardwareRequestParcelable.java"
NestMembers:
  android.hardware.location.GeofenceHardwareRequestParcelable$1
InnerClasses:
  android.hardware.location.GeofenceHardwareRequestParcelable$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable