public abstract class android.hardware.location.IGeofenceHardware$Stub extends android.os.Binder implements android.hardware.location.IGeofenceHardware
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.hardware.location.IGeofenceHardware$Stub
  super_class: android.os.Binder
{
  private static final java.lang.String DESCRIPTOR;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.hardware.location.IGeofenceHardware"

  static final int TRANSACTION_setGpsGeofenceHardware;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int TRANSACTION_setFusedGeofenceHardware;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int TRANSACTION_getMonitoringTypes;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int TRANSACTION_getStatusOfMonitoringType;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int TRANSACTION_addCircularFence;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  static final int TRANSACTION_removeGeofence;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  static final int TRANSACTION_pauseGeofence;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  static final int TRANSACTION_resumeGeofence;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  static final int TRANSACTION_registerForMonitorStateChangeCallback;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  static final int TRANSACTION_unregisterForMonitorStateChangeCallback;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.hardware.location.IGeofenceHardware$Stub this
         0: .line 14
            aload 0 /* this */
            invokespecial android.os.Binder.<init>:()V
         1: .line 16
            aload 0 /* this */
            aload 0 /* this */
            ldc "android.hardware.location.IGeofenceHardware"
            invokevirtual android.hardware.location.IGeofenceHardware$Stub.attachInterface:(Landroid/os/IInterface;Ljava/lang/String;)V
         2: .line 17
            return
        end local 0 // android.hardware.location.IGeofenceHardware$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/hardware/location/IGeofenceHardware$Stub;

  public static android.hardware.location.IGeofenceHardware asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/hardware/location/IGeofenceHardware;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.os.IBinder obj
         0: .line 24
            aload 0 /* obj */
            ifnonnull 2
         1: .line 25
            aconst_null
            areturn
         2: .line 27
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ldc "android.hardware.location.IGeofenceHardware"
            invokeinterface android.os.IBinder.queryLocalInterface:(Ljava/lang/String;)Landroid/os/IInterface;
            astore 1 /* iin */
        start local 1 // android.os.IInterface iin
         3: .line 28
            aload 1 /* iin */
            ifnull 5
            aload 1 /* iin */
            instanceof android.hardware.location.IGeofenceHardware
            ifeq 5
         4: .line 29
            aload 1 /* iin */
            checkcast android.hardware.location.IGeofenceHardware
            areturn
         5: .line 31
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.hardware.location.IGeofenceHardware$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.hardware.location.IGeofenceHardware$Stub$Proxy.<init>:(Landroid/os/IBinder;)V
            areturn
        end local 1 // android.os.IInterface iin
        end local 0 // android.os.IBinder obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0   obj  Landroid/os/IBinder;
            3    6     1   iin  Landroid/os/IInterface;
    MethodParameters:
      Name  Flags
      obj   

  public android.os.IBinder asBinder();
    descriptor: ()Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.IGeofenceHardware$Stub this
         0: .line 35
            aload 0 /* this */
            areturn
        end local 0 // android.hardware.location.IGeofenceHardware$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/IGeofenceHardware$Stub;

  public boolean onTransact(int, android.os.Parcel, android.os.Parcel, int);
    descriptor: (ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=5
        start local 0 // android.hardware.location.IGeofenceHardware$Stub this
        start local 1 // int code
        start local 2 // android.os.Parcel data
        start local 3 // android.os.Parcel reply
        start local 4 // int flags
         0: .line 39
            ldc "android.hardware.location.IGeofenceHardware"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 40
            iload 1 /* code */
            lookupswitch { // 11
                    1: 4
                    2: 9
                    3: 14
                    4: 19
                    5: 25
                    6: 38
                    7: 47
                    8: 56
                    9: 66
                   10: 75
           1598968902: 2
              default: 84
          }
         2: .line 44
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* reply */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 45
            iconst_1
            ireturn
         4: .line 49
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         5: .line 51
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.location.IGpsGeofenceHardware$Stub.asInterface:(Landroid/os/IBinder;)Landroid/location/IGpsGeofenceHardware;
            astore 6 /* _arg0 */
        start local 6 // android.location.IGpsGeofenceHardware _arg0
         6: .line 52
            aload 0 /* this */
            aload 6 /* _arg0 */
            invokevirtual android.hardware.location.IGeofenceHardware$Stub.setGpsGeofenceHardware:(Landroid/location/IGpsGeofenceHardware;)V
         7: .line 53
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
         8: .line 54
            iconst_1
            ireturn
        end local 6 // android.location.IGpsGeofenceHardware _arg0
         9: .line 58
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        10: .line 60
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.location.IFusedGeofenceHardware$Stub.asInterface:(Landroid/os/IBinder;)Landroid/location/IFusedGeofenceHardware;
            astore 6 /* _arg0 */
        start local 6 // android.location.IFusedGeofenceHardware _arg0
        11: .line 61
            aload 0 /* this */
            aload 6 /* _arg0 */
            invokevirtual android.hardware.location.IGeofenceHardware$Stub.setFusedGeofenceHardware:(Landroid/location/IFusedGeofenceHardware;)V
        12: .line 62
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        13: .line 63
            iconst_1
            ireturn
        end local 6 // android.location.IFusedGeofenceHardware _arg0
        14: .line 67
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        15: .line 68
            aload 0 /* this */
            invokevirtual android.hardware.location.IGeofenceHardware$Stub.getMonitoringTypes:()[I
            astore 6 /* _result */
        start local 6 // int[] _result
        16: .line 69
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        17: .line 70
            aload 3 /* reply */
            aload 6 /* _result */
            invokevirtual android.os.Parcel.writeIntArray:([I)V
        18: .line 71
            iconst_1
            ireturn
        end local 6 // int[] _result
        19: .line 75
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        20: .line 77
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        21: .line 78
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.hardware.location.IGeofenceHardware$Stub.getStatusOfMonitoringType:(I)I
            istore 7 /* _result */
        start local 7 // int _result
        22: .line 79
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        23: .line 80
            aload 3 /* reply */
            iload 7 /* _result */
            invokevirtual android.os.Parcel.writeInt:(I)V
        24: .line 81
            iconst_1
            ireturn
        end local 7 // int _result
        end local 6 // int _arg0
        25: .line 85
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        26: .line 87
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        27: .line 89
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 30
        28: .line 90
            getstatic android.hardware.location.GeofenceHardwareRequestParcelable.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.hardware.location.GeofenceHardwareRequestParcelable
            astore 7 /* _arg1 */
        start local 7 // android.hardware.location.GeofenceHardwareRequestParcelable _arg1
        29: .line 91
            goto 31
        end local 7 // android.hardware.location.GeofenceHardwareRequestParcelable _arg1
        30: .line 93
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 7 /* _arg1 */
        start local 7 // android.hardware.location.GeofenceHardwareRequestParcelable _arg1
        31: .line 96
      StackMap locals: android.hardware.location.GeofenceHardwareRequestParcelable
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.hardware.location.IGeofenceHardwareCallback$Stub.asInterface:(Landroid/os/IBinder;)Landroid/hardware/location/IGeofenceHardwareCallback;
            astore 8 /* _arg2 */
        start local 8 // android.hardware.location.IGeofenceHardwareCallback _arg2
        32: .line 97
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            invokevirtual android.hardware.location.IGeofenceHardware$Stub.addCircularFence:(ILandroid/hardware/location/GeofenceHardwareRequestParcelable;Landroid/hardware/location/IGeofenceHardwareCallback;)Z
            istore 9 /* _result */
        start local 9 // boolean _result
        33: .line 98
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        34: .line 99
            aload 3 /* reply */
            iload 9 /* _result */
            ifeq 35
            iconst_1
            goto 36
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int android.hardware.location.GeofenceHardwareRequestParcelable android.hardware.location.IGeofenceHardwareCallback int
      StackMap stack: android.os.Parcel
        35: iconst_0
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int android.hardware.location.GeofenceHardwareRequestParcelable android.hardware.location.IGeofenceHardwareCallback int
      StackMap stack: android.os.Parcel int
        36: invokevirtual android.os.Parcel.writeInt:(I)V
        37: .line 100
            iconst_1
            ireturn
        end local 9 // boolean _result
        end local 8 // android.hardware.location.IGeofenceHardwareCallback _arg2
        end local 7 // android.hardware.location.GeofenceHardwareRequestParcelable _arg1
        end local 6 // int _arg0
        38: .line 104
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        39: .line 106
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        40: .line 108
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
        41: .line 109
            aload 0 /* this */
            iload 6 /* _arg0 */
            iload 7 /* _arg1 */
            invokevirtual android.hardware.location.IGeofenceHardware$Stub.removeGeofence:(II)Z
            istore 8 /* _result */
        start local 8 // boolean _result
        42: .line 110
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        43: .line 111
            aload 3 /* reply */
            iload 8 /* _result */
            ifeq 44
            iconst_1
            goto 45
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int int
      StackMap stack: android.os.Parcel
        44: iconst_0
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int int
      StackMap stack: android.os.Parcel int
        45: invokevirtual android.os.Parcel.writeInt:(I)V
        46: .line 112
            iconst_1
            ireturn
        end local 8 // boolean _result
        end local 7 // int _arg1
        end local 6 // int _arg0
        47: .line 116
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        48: .line 118
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        49: .line 120
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
        50: .line 121
            aload 0 /* this */
            iload 6 /* _arg0 */
            iload 7 /* _arg1 */
            invokevirtual android.hardware.location.IGeofenceHardware$Stub.pauseGeofence:(II)Z
            istore 8 /* _result */
        start local 8 // boolean _result
        51: .line 122
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        52: .line 123
            aload 3 /* reply */
            iload 8 /* _result */
            ifeq 53
            iconst_1
            goto 54
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int int
      StackMap stack: android.os.Parcel
        53: iconst_0
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int int
      StackMap stack: android.os.Parcel int
        54: invokevirtual android.os.Parcel.writeInt:(I)V
        55: .line 124
            iconst_1
            ireturn
        end local 8 // boolean _result
        end local 7 // int _arg1
        end local 6 // int _arg0
        56: .line 128
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        57: .line 130
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        58: .line 132
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
        59: .line 134
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 8 /* _arg2 */
        start local 8 // int _arg2
        60: .line 135
            aload 0 /* this */
            iload 6 /* _arg0 */
            iload 7 /* _arg1 */
            iload 8 /* _arg2 */
            invokevirtual android.hardware.location.IGeofenceHardware$Stub.resumeGeofence:(III)Z
            istore 9 /* _result */
        start local 9 // boolean _result
        61: .line 136
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        62: .line 137
            aload 3 /* reply */
            iload 9 /* _result */
            ifeq 63
            iconst_1
            goto 64
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int int int
      StackMap stack: android.os.Parcel
        63: iconst_0
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int int int
      StackMap stack: android.os.Parcel int
        64: invokevirtual android.os.Parcel.writeInt:(I)V
        65: .line 138
            iconst_1
            ireturn
        end local 9 // boolean _result
        end local 8 // int _arg2
        end local 7 // int _arg1
        end local 6 // int _arg0
        66: .line 142
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        67: .line 144
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        68: .line 146
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.hardware.location.IGeofenceHardwareMonitorCallback$Stub.asInterface:(Landroid/os/IBinder;)Landroid/hardware/location/IGeofenceHardwareMonitorCallback;
            astore 7 /* _arg1 */
        start local 7 // android.hardware.location.IGeofenceHardwareMonitorCallback _arg1
        69: .line 147
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            invokevirtual android.hardware.location.IGeofenceHardware$Stub.registerForMonitorStateChangeCallback:(ILandroid/hardware/location/IGeofenceHardwareMonitorCallback;)Z
            istore 8 /* _result */
        start local 8 // boolean _result
        70: .line 148
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        71: .line 149
            aload 3 /* reply */
            iload 8 /* _result */
            ifeq 72
            iconst_1
            goto 73
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int android.hardware.location.IGeofenceHardwareMonitorCallback int
      StackMap stack: android.os.Parcel
        72: iconst_0
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int android.hardware.location.IGeofenceHardwareMonitorCallback int
      StackMap stack: android.os.Parcel int
        73: invokevirtual android.os.Parcel.writeInt:(I)V
        74: .line 150
            iconst_1
            ireturn
        end local 8 // boolean _result
        end local 7 // android.hardware.location.IGeofenceHardwareMonitorCallback _arg1
        end local 6 // int _arg0
        75: .line 154
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        76: .line 156
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        77: .line 158
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.hardware.location.IGeofenceHardwareMonitorCallback$Stub.asInterface:(Landroid/os/IBinder;)Landroid/hardware/location/IGeofenceHardwareMonitorCallback;
            astore 7 /* _arg1 */
        start local 7 // android.hardware.location.IGeofenceHardwareMonitorCallback _arg1
        78: .line 159
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            invokevirtual android.hardware.location.IGeofenceHardware$Stub.unregisterForMonitorStateChangeCallback:(ILandroid/hardware/location/IGeofenceHardwareMonitorCallback;)Z
            istore 8 /* _result */
        start local 8 // boolean _result
        79: .line 160
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        80: .line 161
            aload 3 /* reply */
            iload 8 /* _result */
            ifeq 81
            iconst_1
            goto 82
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int android.hardware.location.IGeofenceHardwareMonitorCallback int
      StackMap stack: android.os.Parcel
        81: iconst_0
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int android.hardware.location.IGeofenceHardwareMonitorCallback int
      StackMap stack: android.os.Parcel int
        82: invokevirtual android.os.Parcel.writeInt:(I)V
        83: .line 162
            iconst_1
            ireturn
        end local 8 // boolean _result
        end local 7 // android.hardware.location.IGeofenceHardwareMonitorCallback _arg1
        end local 6 // int _arg0
        84: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* code */
            aload 2 /* data */
            aload 3 /* reply */
            iload 4 /* flags */
            invokespecial android.os.Binder.onTransact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            ireturn
        end local 5 // java.lang.String descriptor
        end local 4 // int flags
        end local 3 // android.os.Parcel reply
        end local 2 // android.os.Parcel data
        end local 1 // int code
        end local 0 // android.hardware.location.IGeofenceHardware$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   85     0        this  Landroid/hardware/location/IGeofenceHardware$Stub;
            0   85     1        code  I
            0   85     2        data  Landroid/os/Parcel;
            0   85     3       reply  Landroid/os/Parcel;
            0   85     4       flags  I
            1   85     5  descriptor  Ljava/lang/String;
            6    9     6       _arg0  Landroid/location/IGpsGeofenceHardware;
           11   14     6       _arg0  Landroid/location/IFusedGeofenceHardware;
           16   19     6     _result  [I
           21   25     6       _arg0  I
           22   25     7     _result  I
           27   38     6       _arg0  I
           29   30     7       _arg1  Landroid/hardware/location/GeofenceHardwareRequestParcelable;
           31   38     7       _arg1  Landroid/hardware/location/GeofenceHardwareRequestParcelable;
           32   38     8       _arg2  Landroid/hardware/location/IGeofenceHardwareCallback;
           33   38     9     _result  Z
           40   47     6       _arg0  I
           41   47     7       _arg1  I
           42   47     8     _result  Z
           49   56     6       _arg0  I
           50   56     7       _arg1  I
           51   56     8     _result  Z
           58   66     6       _arg0  I
           59   66     7       _arg1  I
           60   66     8       _arg2  I
           61   66     9     _result  Z
           68   75     6       _arg0  I
           69   75     7       _arg1  Landroid/hardware/location/IGeofenceHardwareMonitorCallback;
           70   75     8     _result  Z
           77   84     6       _arg0  I
           78   84     7       _arg1  Landroid/hardware/location/IGeofenceHardwareMonitorCallback;
           79   84     8     _result  Z
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "IGeofenceHardware.java"
NestHost: android.hardware.location.IGeofenceHardware
InnerClasses:
  public abstract Stub = android.hardware.location.IGeofenceHardware$Stub of android.hardware.location.IGeofenceHardware
  private Proxy = android.hardware.location.IGeofenceHardware$Stub$Proxy of android.hardware.location.IGeofenceHardware$Stub
  public abstract Stub = android.hardware.location.IGeofenceHardwareCallback$Stub of android.hardware.location.IGeofenceHardwareCallback
  public abstract Stub = android.hardware.location.IGeofenceHardwareMonitorCallback$Stub of android.hardware.location.IGeofenceHardwareMonitorCallback
  public abstract Stub = android.location.IFusedGeofenceHardware$Stub of android.location.IFusedGeofenceHardware
  public abstract Stub = android.location.IGpsGeofenceHardware$Stub of android.location.IGpsGeofenceHardware
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable