public class android.hardware.location.GeofenceHardwareMonitorEvent implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.hardware.location.GeofenceHardwareMonitorEvent
  super_class: java.lang.Object
{
  private final int mMonitoringType;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mMonitoringStatus;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mSourceTechnologies;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.location.Location mLocation;
    descriptor: Landroid/location/Location;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  public void <init>(int, int, int, android.location.Location);
    descriptor: (IIILandroid/location/Location;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.hardware.location.GeofenceHardwareMonitorEvent this
        start local 1 // int monitoringType
        start local 2 // int monitoringStatus
        start local 3 // int sourceTechnologies
        start local 4 // android.location.Location location
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            iload 1 /* monitoringType */
            putfield android.hardware.location.GeofenceHardwareMonitorEvent.mMonitoringType:I
         2: .line 42
            aload 0 /* this */
            iload 2 /* monitoringStatus */
            putfield android.hardware.location.GeofenceHardwareMonitorEvent.mMonitoringStatus:I
         3: .line 43
            aload 0 /* this */
            iload 3 /* sourceTechnologies */
            putfield android.hardware.location.GeofenceHardwareMonitorEvent.mSourceTechnologies:I
         4: .line 44
            aload 0 /* this */
            aload 4 /* location */
            putfield android.hardware.location.GeofenceHardwareMonitorEvent.mLocation:Landroid/location/Location;
         5: .line 45
            return
        end local 4 // android.location.Location location
        end local 3 // int sourceTechnologies
        end local 2 // int monitoringStatus
        end local 1 // int monitoringType
        end local 0 // android.hardware.location.GeofenceHardwareMonitorEvent this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Landroid/hardware/location/GeofenceHardwareMonitorEvent;
            0    6     1      monitoringType  I
            0    6     2    monitoringStatus  I
            0    6     3  sourceTechnologies  I
            0    6     4            location  Landroid/location/Location;
    MethodParameters:
                    Name  Flags
      monitoringType      
      monitoringStatus    
      sourceTechnologies  
      location            

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

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

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

  public android.location.Location getLocation();
    descriptor: ()Landroid/location/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareMonitorEvent this
         0: .line 72
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareMonitorEvent.mLocation:Landroid/location/Location;
            areturn
        end local 0 // android.hardware.location.GeofenceHardwareMonitorEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareMonitorEvent;

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

  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.GeofenceHardwareMonitorEvent this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 105
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareMonitorEvent.mMonitoringType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 106
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareMonitorEvent.mMonitoringStatus:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 107
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareMonitorEvent.mSourceTechnologies:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 108
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareMonitorEvent.mLocation:Landroid/location/Location;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         4: .line 109
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.hardware.location.GeofenceHardwareMonitorEvent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/hardware/location/GeofenceHardwareMonitorEvent;
            0    5     1  parcel  Landroid/os/Parcel;
            0    5     2   flags  I
    MethodParameters:
        Name  Flags
      parcel  
      flags   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareMonitorEvent this
         0: .line 114
            ldc "GeofenceHardwareMonitorEvent: type=%d, status=%d, sources=%d, location=%s"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 115
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareMonitorEvent.mMonitoringType:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
         2: .line 116
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareMonitorEvent.mMonitoringStatus:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
         3: .line 117
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareMonitorEvent.mSourceTechnologies:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
         4: .line 118
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareMonitorEvent.mLocation:Landroid/location/Location;
            aastore
         5: .line 113
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // android.hardware.location.GeofenceHardwareMonitorEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/hardware/location/GeofenceHardwareMonitorEvent;
}
SourceFile: "GeofenceHardwareMonitorEvent.java"
NestMembers:
  android.hardware.location.GeofenceHardwareMonitorEvent$1
InnerClasses:
  android.hardware.location.GeofenceHardwareMonitorEvent$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()