class android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper extends android.hardware.location.IGeofenceHardwareMonitorCallback$Stub
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper
  super_class: android.hardware.location.IGeofenceHardwareMonitorCallback$Stub
{
  private java.lang.ref.WeakReference<android.hardware.location.GeofenceHardwareMonitorCallback> mCallback;
    descriptor: Ljava/lang/ref/WeakReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/WeakReference<Landroid/hardware/location/GeofenceHardwareMonitorCallback;>;

  final android.hardware.location.GeofenceHardware this$0;
    descriptor: Landroid/hardware/location/GeofenceHardware;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.hardware.location.GeofenceHardware, android.hardware.location.GeofenceHardwareMonitorCallback);
    descriptor: (Landroid/hardware/location/GeofenceHardware;Landroid/hardware/location/GeofenceHardwareMonitorCallback;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper this
        start local 2 // android.hardware.location.GeofenceHardwareMonitorCallback c
         0: .line 478
            aload 0 /* this */
            aload 1
            putfield android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper.this$0:Landroid/hardware/location/GeofenceHardware;
            aload 0 /* this */
            invokespecial android.hardware.location.IGeofenceHardwareMonitorCallback$Stub.<init>:()V
         1: .line 479
            aload 0 /* this */
            new java.lang.ref.WeakReference
            dup
            aload 2 /* c */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper.mCallback:Ljava/lang/ref/WeakReference;
         2: .line 480
            return
        end local 2 // android.hardware.location.GeofenceHardwareMonitorCallback c
        end local 0 // android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/hardware/location/GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper;
            0    3     2     c  Landroid/hardware/location/GeofenceHardwareMonitorCallback;
    MethodParameters:
        Name  Flags
      this$0  final
      c       

  public void onMonitoringSystemChange(android.hardware.location.GeofenceHardwareMonitorEvent);
    descriptor: (Landroid/hardware/location/GeofenceHardwareMonitorEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper this
        start local 1 // android.hardware.location.GeofenceHardwareMonitorEvent event
         0: .line 483
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper.mCallback:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast android.hardware.location.GeofenceHardwareMonitorCallback
            astore 2 /* c */
        start local 2 // android.hardware.location.GeofenceHardwareMonitorCallback c
         1: .line 484
            aload 2 /* c */
            ifnonnull 2
            return
         2: .line 487
      StackMap locals: android.hardware.location.GeofenceHardwareMonitorCallback
      StackMap stack:
            aload 2 /* c */
         3: .line 488
            aload 1 /* event */
            invokevirtual android.hardware.location.GeofenceHardwareMonitorEvent.getMonitoringType:()I
         4: .line 489
            aload 1 /* event */
            invokevirtual android.hardware.location.GeofenceHardwareMonitorEvent.getMonitoringStatus:()I
            ifne 5
            iconst_1
            goto 6
      StackMap locals: android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper android.hardware.location.GeofenceHardwareMonitorEvent android.hardware.location.GeofenceHardwareMonitorCallback
      StackMap stack: android.hardware.location.GeofenceHardwareMonitorCallback int
         5: iconst_0
         6: .line 490
      StackMap locals: android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper android.hardware.location.GeofenceHardwareMonitorEvent android.hardware.location.GeofenceHardwareMonitorCallback
      StackMap stack: android.hardware.location.GeofenceHardwareMonitorCallback int int
            aload 1 /* event */
            invokevirtual android.hardware.location.GeofenceHardwareMonitorEvent.getLocation:()Landroid/location/Location;
         7: .line 487
            invokevirtual android.hardware.location.GeofenceHardwareMonitorCallback.onMonitoringSystemChange:(IZLandroid/location/Location;)V
         8: .line 494
            getstatic android.os.Build$VERSION.SDK_INT:I
            bipush 21
            if_icmplt 10
         9: .line 495
            aload 2 /* c */
            aload 1 /* event */
            invokevirtual android.hardware.location.GeofenceHardwareMonitorCallback.onMonitoringSystemChange:(Landroid/hardware/location/GeofenceHardwareMonitorEvent;)V
        10: .line 497
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.hardware.location.GeofenceHardwareMonitorCallback c
        end local 1 // android.hardware.location.GeofenceHardwareMonitorEvent event
        end local 0 // android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Landroid/hardware/location/GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper;
            0   11     1  event  Landroid/hardware/location/GeofenceHardwareMonitorEvent;
            1   11     2      c  Landroid/hardware/location/GeofenceHardwareMonitorCallback;
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "GeofenceHardware.java"
NestHost: android.hardware.location.GeofenceHardware
InnerClasses:
  GeofenceHardwareMonitorCallbackWrapper = android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper of android.hardware.location.GeofenceHardware
  public abstract Stub = android.hardware.location.IGeofenceHardwareMonitorCallback$Stub of android.hardware.location.IGeofenceHardwareMonitorCallback
  public VERSION = android.os.Build$VERSION of android.os.Build