public abstract class android.location.IFusedGeofenceHardware$Stub extends android.os.Binder implements android.location.IFusedGeofenceHardware
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.location.IFusedGeofenceHardware$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.location.IFusedGeofenceHardware"

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

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

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

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

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

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

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

  public static android.location.IFusedGeofenceHardware asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/location/IFusedGeofenceHardware;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.os.IBinder obj
         0: .line 33
            aload 0 /* obj */
            ifnonnull 2
         1: .line 34
            aconst_null
            areturn
         2: .line 36
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ldc "android.location.IFusedGeofenceHardware"
            invokeinterface android.os.IBinder.queryLocalInterface:(Ljava/lang/String;)Landroid/os/IInterface;
            astore 1 /* iin */
        start local 1 // android.os.IInterface iin
         3: .line 37
            aload 1 /* iin */
            ifnull 5
            aload 1 /* iin */
            instanceof android.location.IFusedGeofenceHardware
            ifeq 5
         4: .line 38
            aload 1 /* iin */
            checkcast android.location.IFusedGeofenceHardware
            areturn
         5: .line 40
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.location.IFusedGeofenceHardware$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.location.IFusedGeofenceHardware$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.location.IFusedGeofenceHardware$Stub this
         0: .line 44
            aload 0 /* this */
            areturn
        end local 0 // android.location.IFusedGeofenceHardware$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/IFusedGeofenceHardware$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=7, locals=12, args_size=5
        start local 0 // android.location.IFusedGeofenceHardware$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 48
            ldc "android.location.IFusedGeofenceHardware"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 49
            iload 1 /* code */
            lookupswitch { // 7
                    1: 4
                    2: 11
                    3: 16
                    4: 21
                    5: 26
                    6: 32
           1598968902: 2
              default: 42
          }
         2: .line 53
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* reply */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 54
            iconst_1
            ireturn
         4: .line 58
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         5: .line 59
            aload 0 /* this */
            invokevirtual android.location.IFusedGeofenceHardware$Stub.isSupported:()Z
            istore 6 /* _result */
        start local 6 // boolean _result
         6: .line 60
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
         7: .line 61
            aload 3 /* reply */
            iload 6 /* _result */
            ifeq 8
            iconst_1
            goto 9
      StackMap locals: android.location.IFusedGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int
      StackMap stack: android.os.Parcel
         8: iconst_0
      StackMap locals: android.location.IFusedGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int
      StackMap stack: android.os.Parcel int
         9: invokevirtual android.os.Parcel.writeInt:(I)V
        10: .line 62
            iconst_1
            ireturn
        end local 6 // boolean _result
        11: .line 66
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        12: .line 68
            aload 2 /* data */
            getstatic android.hardware.location.GeofenceHardwareRequestParcelable.CREATOR:Landroid/os/Parcelable$Creator;
            invokevirtual android.os.Parcel.createTypedArray:(Landroid/os/Parcelable$Creator;)[Ljava/lang/Object;
            checkcast android.hardware.location.GeofenceHardwareRequestParcelable[]
            astore 6 /* _arg0 */
        start local 6 // android.hardware.location.GeofenceHardwareRequestParcelable[] _arg0
        13: .line 69
            aload 0 /* this */
            aload 6 /* _arg0 */
            invokevirtual android.location.IFusedGeofenceHardware$Stub.addGeofences:([Landroid/hardware/location/GeofenceHardwareRequestParcelable;)V
        14: .line 70
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        15: .line 71
            iconst_1
            ireturn
        end local 6 // android.hardware.location.GeofenceHardwareRequestParcelable[] _arg0
        16: .line 75
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        17: .line 77
            aload 2 /* data */
            invokevirtual android.os.Parcel.createIntArray:()[I
            astore 6 /* _arg0 */
        start local 6 // int[] _arg0
        18: .line 78
            aload 0 /* this */
            aload 6 /* _arg0 */
            invokevirtual android.location.IFusedGeofenceHardware$Stub.removeGeofences:([I)V
        19: .line 79
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        20: .line 80
            iconst_1
            ireturn
        end local 6 // int[] _arg0
        21: .line 84
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        22: .line 86
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        23: .line 87
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.location.IFusedGeofenceHardware$Stub.pauseMonitoringGeofence:(I)V
        24: .line 88
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        25: .line 89
            iconst_1
            ireturn
        end local 6 // int _arg0
        26: .line 93
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        27: .line 95
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        28: .line 97
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
        29: .line 98
            aload 0 /* this */
            iload 6 /* _arg0 */
            iload 7 /* _arg1 */
            invokevirtual android.location.IFusedGeofenceHardware$Stub.resumeMonitoringGeofence:(II)V
        30: .line 99
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        31: .line 100
            iconst_1
            ireturn
        end local 7 // int _arg1
        end local 6 // int _arg0
        32: .line 104
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        33: .line 106
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        34: .line 108
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
        35: .line 110
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 8 /* _arg2 */
        start local 8 // int _arg2
        36: .line 112
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 9 /* _arg3 */
        start local 9 // int _arg3
        37: .line 114
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 10 /* _arg4 */
        start local 10 // int _arg4
        38: .line 116
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 11 /* _arg5 */
        start local 11 // int _arg5
        39: .line 117
            aload 0 /* this */
            iload 6 /* _arg0 */
            iload 7 /* _arg1 */
            iload 8 /* _arg2 */
            iload 9 /* _arg3 */
            iload 10 /* _arg4 */
            iload 11 /* _arg5 */
            invokevirtual android.location.IFusedGeofenceHardware$Stub.modifyGeofenceOptions:(IIIIII)V
        40: .line 118
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        41: .line 119
            iconst_1
            ireturn
        end local 11 // int _arg5
        end local 10 // int _arg4
        end local 9 // int _arg3
        end local 8 // int _arg2
        end local 7 // int _arg1
        end local 6 // int _arg0
        42: .line 123
      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.location.IFusedGeofenceHardware$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   43     0        this  Landroid/location/IFusedGeofenceHardware$Stub;
            0   43     1        code  I
            0   43     2        data  Landroid/os/Parcel;
            0   43     3       reply  Landroid/os/Parcel;
            0   43     4       flags  I
            1   43     5  descriptor  Ljava/lang/String;
            6   11     6     _result  Z
           13   16     6       _arg0  [Landroid/hardware/location/GeofenceHardwareRequestParcelable;
           18   21     6       _arg0  [I
           23   26     6       _arg0  I
           28   32     6       _arg0  I
           29   32     7       _arg1  I
           34   42     6       _arg0  I
           35   42     7       _arg1  I
           36   42     8       _arg2  I
           37   42     9       _arg3  I
           38   42    10       _arg4  I
           39   42    11       _arg5  I
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "IFusedGeofenceHardware.java"
NestHost: android.location.IFusedGeofenceHardware
InnerClasses:
  public abstract Stub = android.location.IFusedGeofenceHardware$Stub of android.location.IFusedGeofenceHardware
  private Proxy = android.location.IFusedGeofenceHardware$Stub$Proxy of android.location.IFusedGeofenceHardware$Stub
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable