class android.hardware.location.GeofenceHardwareRequestParcelable$1 implements android.os.Parcelable$Creator<android.hardware.location.GeofenceHardwareRequestParcelable>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.hardware.location.GeofenceHardwareRequestParcelable$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable$1 this
         0: .line 138
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareRequestParcelable$1;

  public android.hardware.location.GeofenceHardwareRequestParcelable createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/hardware/location/GeofenceHardwareRequestParcelable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable$1 this
        start local 1 // android.os.Parcel parcel
         0: .line 141
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            istore 2 /* geofenceType */
        start local 2 // int geofenceType
         1: .line 142
            iload 2 /* geofenceType */
            ifeq 6
         2: .line 144
            ldc "GeofenceHardwareRequest"
         3: .line 145
            ldc "Invalid Geofence type: %d"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* geofenceType */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         4: .line 143
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;)I
            pop
         5: .line 146
            aconst_null
            areturn
         6: .line 150
      StackMap locals: int
      StackMap stack:
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readDouble:()D
         7: .line 151
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readDouble:()D
         8: .line 152
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readDouble:()D
         9: .line 149
            invokestatic android.hardware.location.GeofenceHardwareRequest.createCircularGeofence:(DDD)Landroid/hardware/location/GeofenceHardwareRequest;
            astore 3 /* request */
        start local 3 // android.hardware.location.GeofenceHardwareRequest request
        10: .line 153
            aload 3 /* request */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            invokevirtual android.hardware.location.GeofenceHardwareRequest.setLastTransition:(I)V
        11: .line 154
            aload 3 /* request */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            invokevirtual android.hardware.location.GeofenceHardwareRequest.setMonitorTransitions:(I)V
        12: .line 155
            aload 3 /* request */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            invokevirtual android.hardware.location.GeofenceHardwareRequest.setUnknownTimer:(I)V
        13: .line 156
            aload 3 /* request */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            invokevirtual android.hardware.location.GeofenceHardwareRequest.setNotificationResponsiveness:(I)V
        14: .line 157
            aload 3 /* request */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            invokevirtual android.hardware.location.GeofenceHardwareRequest.setSourceTechnologies:(I)V
        15: .line 159
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            istore 4 /* id */
        start local 4 // int id
        16: .line 160
            new android.hardware.location.GeofenceHardwareRequestParcelable
            dup
            iload 4 /* id */
            aload 3 /* request */
            invokespecial android.hardware.location.GeofenceHardwareRequestParcelable.<init>:(ILandroid/hardware/location/GeofenceHardwareRequest;)V
            areturn
        end local 4 // int id
        end local 3 // android.hardware.location.GeofenceHardwareRequest request
        end local 2 // int geofenceType
        end local 1 // android.os.Parcel parcel
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Landroid/hardware/location/GeofenceHardwareRequestParcelable$1;
            0   17     1        parcel  Landroid/os/Parcel;
            1   17     2  geofenceType  I
           10   17     3       request  Landroid/hardware/location/GeofenceHardwareRequest;
           16   17     4            id  I
    MethodParameters:
        Name  Flags
      parcel  

  public android.hardware.location.GeofenceHardwareRequestParcelable[] newArray(int);
    descriptor: (I)[Landroid/hardware/location/GeofenceHardwareRequestParcelable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.hardware.location.GeofenceHardwareRequestParcelable$1 this
        start local 1 // int size
         0: .line 165
            iload 1 /* size */
            anewarray android.hardware.location.GeofenceHardwareRequestParcelable
            areturn
        end local 1 // int size
        end local 0 // android.hardware.location.GeofenceHardwareRequestParcelable$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareRequestParcelable$1;
            0    1     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public java.lang.Object createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual android.hardware.location.GeofenceHardwareRequestParcelable$1.createFromParcel:(Landroid/os/Parcel;)Landroid/hardware/location/GeofenceHardwareRequestParcelable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object[] newArray(int);
    descriptor: (I)[Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual android.hardware.location.GeofenceHardwareRequestParcelable$1.newArray:(I)[Landroid/hardware/location/GeofenceHardwareRequestParcelable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Landroid/os/Parcelable$Creator<Landroid/hardware/location/GeofenceHardwareRequestParcelable;>;
SourceFile: "GeofenceHardwareRequestParcelable.java"
EnclosingMethod: android.hardware.location.GeofenceHardwareRequestParcelable
NestHost: android.hardware.location.GeofenceHardwareRequestParcelable
InnerClasses:
  android.hardware.location.GeofenceHardwareRequestParcelable$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable