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

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

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

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

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

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

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

  public static android.location.IGpsGeofenceHardware asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/location/IGpsGeofenceHardware;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.os.IBinder obj
         0: .line 28
            aload 0 /* obj */
            ifnonnull 2
         1: .line 29
            aconst_null
            areturn
         2: .line 31
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ldc "android.location.IGpsGeofenceHardware"
            invokeinterface android.os.IBinder.queryLocalInterface:(Ljava/lang/String;)Landroid/os/IInterface;
            astore 1 /* iin */
        start local 1 // android.os.IInterface iin
         3: .line 32
            aload 1 /* iin */
            ifnull 5
            aload 1 /* iin */
            instanceof android.location.IGpsGeofenceHardware
            ifeq 5
         4: .line 33
            aload 1 /* iin */
            checkcast android.location.IGpsGeofenceHardware
            areturn
         5: .line 35
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.location.IGpsGeofenceHardware$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.location.IGpsGeofenceHardware$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.IGpsGeofenceHardware$Stub this
         0: .line 39
            aload 0 /* this */
            areturn
        end local 0 // android.location.IGpsGeofenceHardware$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/location/IGpsGeofenceHardware$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=12, locals=18, args_size=5
        start local 0 // android.location.IGpsGeofenceHardware$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 43
            ldc "android.location.IGpsGeofenceHardware"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 44
            iload 1 /* code */
            lookupswitch { // 6
                    1: 4
                    2: 11
                    3: 26
                    4: 34
                    5: 42
           1598968902: 2
              default: 51
          }
         2: .line 48
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* reply */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 49
            iconst_1
            ireturn
         4: .line 53
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         5: .line 54
            aload 0 /* this */
            invokevirtual android.location.IGpsGeofenceHardware$Stub.isHardwareGeofenceSupported:()Z
            istore 6 /* _result */
        start local 6 // boolean _result
         6: .line 55
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
         7: .line 56
            aload 3 /* reply */
            iload 6 /* _result */
            ifeq 8
            iconst_1
            goto 9
      StackMap locals: android.location.IGpsGeofenceHardware$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.IGpsGeofenceHardware$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 57
            iconst_1
            ireturn
        end local 6 // boolean _result
        11: .line 61
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        12: .line 63
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        13: .line 65
            aload 2 /* data */
            invokevirtual android.os.Parcel.readDouble:()D
            dstore 7 /* _arg1 */
        start local 7 // double _arg1
        14: .line 67
            aload 2 /* data */
            invokevirtual android.os.Parcel.readDouble:()D
            dstore 9 /* _arg2 */
        start local 9 // double _arg2
        15: .line 69
            aload 2 /* data */
            invokevirtual android.os.Parcel.readDouble:()D
            dstore 11 /* _arg3 */
        start local 11 // double _arg3
        16: .line 71
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 13 /* _arg4 */
        start local 13 // int _arg4
        17: .line 73
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 14 /* _arg5 */
        start local 14 // int _arg5
        18: .line 75
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 15 /* _arg6 */
        start local 15 // int _arg6
        19: .line 77
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 16 /* _arg7 */
        start local 16 // int _arg7
        20: .line 78
            aload 0 /* this */
            iload 6 /* _arg0 */
            dload 7 /* _arg1 */
            dload 9 /* _arg2 */
            dload 11 /* _arg3 */
            iload 13 /* _arg4 */
            iload 14 /* _arg5 */
            iload 15 /* _arg6 */
            iload 16 /* _arg7 */
            invokevirtual android.location.IGpsGeofenceHardware$Stub.addCircularHardwareGeofence:(IDDDIIII)Z
            istore 17 /* _result */
        start local 17 // boolean _result
        21: .line 79
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        22: .line 80
            aload 3 /* reply */
            iload 17 /* _result */
            ifeq 23
            iconst_1
            goto 24
      StackMap locals: android.location.IGpsGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int double double double int int int int int
      StackMap stack: android.os.Parcel
        23: iconst_0
      StackMap locals: android.location.IGpsGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int double double double int int int int int
      StackMap stack: android.os.Parcel int
        24: invokevirtual android.os.Parcel.writeInt:(I)V
        25: .line 81
            iconst_1
            ireturn
        end local 17 // boolean _result
        end local 16 // int _arg7
        end local 15 // int _arg6
        end local 14 // int _arg5
        end local 13 // int _arg4
        end local 11 // double _arg3
        end local 9 // double _arg2
        end local 7 // double _arg1
        end local 6 // int _arg0
        26: .line 85
      StackMap locals: android.location.IGpsGeofenceHardware$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
        27: .line 87
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        28: .line 88
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.location.IGpsGeofenceHardware$Stub.removeHardwareGeofence:(I)Z
            istore 7 /* _result */
        start local 7 // boolean _result
        29: .line 89
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        30: .line 90
            aload 3 /* reply */
            iload 7 /* _result */
            ifeq 31
            iconst_1
            goto 32
      StackMap locals: android.location.IGpsGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int
      StackMap stack: android.os.Parcel
        31: iconst_0
      StackMap locals: android.location.IGpsGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int
      StackMap stack: android.os.Parcel int
        32: invokevirtual android.os.Parcel.writeInt:(I)V
        33: .line 91
            iconst_1
            ireturn
        end local 7 // boolean _result
        end local 6 // int _arg0
        34: .line 95
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        35: .line 97
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        36: .line 98
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.location.IGpsGeofenceHardware$Stub.pauseHardwareGeofence:(I)Z
            istore 7 /* _result */
        start local 7 // boolean _result
        37: .line 99
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        38: .line 100
            aload 3 /* reply */
            iload 7 /* _result */
            ifeq 39
            iconst_1
            goto 40
      StackMap locals: android.location.IGpsGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int
      StackMap stack: android.os.Parcel
        39: iconst_0
      StackMap locals: android.location.IGpsGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int
      StackMap stack: android.os.Parcel int
        40: invokevirtual android.os.Parcel.writeInt:(I)V
        41: .line 101
            iconst_1
            ireturn
        end local 7 // boolean _result
        end local 6 // int _arg0
        42: .line 105
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        43: .line 107
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        44: .line 109
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
        45: .line 110
            aload 0 /* this */
            iload 6 /* _arg0 */
            iload 7 /* _arg1 */
            invokevirtual android.location.IGpsGeofenceHardware$Stub.resumeHardwareGeofence:(II)Z
            istore 8 /* _result */
        start local 8 // boolean _result
        46: .line 111
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        47: .line 112
            aload 3 /* reply */
            iload 8 /* _result */
            ifeq 48
            iconst_1
            goto 49
      StackMap locals: android.location.IGpsGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int int
      StackMap stack: android.os.Parcel
        48: iconst_0
      StackMap locals: android.location.IGpsGeofenceHardware$Stub int android.os.Parcel android.os.Parcel int java.lang.String int int int
      StackMap stack: android.os.Parcel int
        49: invokevirtual android.os.Parcel.writeInt:(I)V
        50: .line 113
            iconst_1
            ireturn
        end local 8 // boolean _result
        end local 7 // int _arg1
        end local 6 // int _arg0
        51: .line 117
      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.IGpsGeofenceHardware$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   52     0        this  Landroid/location/IGpsGeofenceHardware$Stub;
            0   52     1        code  I
            0   52     2        data  Landroid/os/Parcel;
            0   52     3       reply  Landroid/os/Parcel;
            0   52     4       flags  I
            1   52     5  descriptor  Ljava/lang/String;
            6   11     6     _result  Z
           13   26     6       _arg0  I
           14   26     7       _arg1  D
           15   26     9       _arg2  D
           16   26    11       _arg3  D
           17   26    13       _arg4  I
           18   26    14       _arg5  I
           19   26    15       _arg6  I
           20   26    16       _arg7  I
           21   26    17     _result  Z
           28   34     6       _arg0  I
           29   34     7     _result  Z
           36   42     6       _arg0  I
           37   42     7     _result  Z
           44   51     6       _arg0  I
           45   51     7       _arg1  I
           46   51     8     _result  Z
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "IGpsGeofenceHardware.java"
NestHost: android.location.IGpsGeofenceHardware
InnerClasses:
  public abstract Stub = android.location.IGpsGeofenceHardware$Stub of android.location.IGpsGeofenceHardware
  private Proxy = android.location.IGpsGeofenceHardware$Stub$Proxy of android.location.IGpsGeofenceHardware$Stub