class android.hardware.location.GeofenceHardwareMonitorEvent$1 implements android.os.Parcelable$Creator<android.hardware.location.GeofenceHardwareMonitorEvent>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.hardware.location.GeofenceHardwareMonitorEvent$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.GeofenceHardwareMonitorEvent$1 this
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.hardware.location.GeofenceHardwareMonitorEvent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareMonitorEvent$1;

  public android.hardware.location.GeofenceHardwareMonitorEvent createFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)Landroid/hardware/location/GeofenceHardwareMonitorEvent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // android.hardware.location.GeofenceHardwareMonitorEvent$1 this
        start local 1 // android.os.Parcel source
         0: .line 79
            ldc Landroid/hardware/location/GeofenceHardwareMonitorEvent;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            astore 2 /* classLoader */
        start local 2 // java.lang.ClassLoader classLoader
         1: .line 80
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            istore 3 /* monitoringType */
        start local 3 // int monitoringType
         2: .line 81
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            istore 4 /* monitoringStatus */
        start local 4 // int monitoringStatus
         3: .line 82
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            istore 5 /* sourceTechnologies */
        start local 5 // int sourceTechnologies
         4: .line 83
            aload 1 /* source */
            aload 2 /* classLoader */
            invokevirtual android.os.Parcel.readParcelable:(Ljava/lang/ClassLoader;)Landroid/os/Parcelable;
            checkcast android.location.Location
            astore 6 /* location */
        start local 6 // android.location.Location location
         5: .line 85
            new android.hardware.location.GeofenceHardwareMonitorEvent
            dup
         6: .line 86
            iload 3 /* monitoringType */
         7: .line 87
            iload 4 /* monitoringStatus */
         8: .line 88
            iload 5 /* sourceTechnologies */
         9: .line 89
            aload 6 /* location */
        10: .line 85
            invokespecial android.hardware.location.GeofenceHardwareMonitorEvent.<init>:(IIILandroid/location/Location;)V
            areturn
        end local 6 // android.location.Location location
        end local 5 // int sourceTechnologies
        end local 4 // int monitoringStatus
        end local 3 // int monitoringType
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // android.os.Parcel source
        end local 0 // android.hardware.location.GeofenceHardwareMonitorEvent$1 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   11     0                this  Landroid/hardware/location/GeofenceHardwareMonitorEvent$1;
            0   11     1              source  Landroid/os/Parcel;
            1   11     2         classLoader  Ljava/lang/ClassLoader;
            2   11     3      monitoringType  I
            3   11     4    monitoringStatus  I
            4   11     5  sourceTechnologies  I
            5   11     6            location  Landroid/location/Location;
    MethodParameters:
        Name  Flags
      source  

  public android.hardware.location.GeofenceHardwareMonitorEvent[] newArray(int);
    descriptor: (I)[Landroid/hardware/location/GeofenceHardwareMonitorEvent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.hardware.location.GeofenceHardwareMonitorEvent$1 this
        start local 1 // int size
         0: .line 94
            iload 1 /* size */
            anewarray android.hardware.location.GeofenceHardwareMonitorEvent
            areturn
        end local 1 // int size
        end local 0 // android.hardware.location.GeofenceHardwareMonitorEvent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareMonitorEvent$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.GeofenceHardwareMonitorEvent$1.createFromParcel:(Landroid/os/Parcel;)Landroid/hardware/location/GeofenceHardwareMonitorEvent;
            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.GeofenceHardwareMonitorEvent$1.newArray:(I)[Landroid/hardware/location/GeofenceHardwareMonitorEvent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Landroid/os/Parcelable$Creator<Landroid/hardware/location/GeofenceHardwareMonitorEvent;>;
SourceFile: "GeofenceHardwareMonitorEvent.java"
EnclosingMethod: android.hardware.location.GeofenceHardwareMonitorEvent
NestHost: android.hardware.location.GeofenceHardwareMonitorEvent
InnerClasses:
  android.hardware.location.GeofenceHardwareMonitorEvent$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable