class android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy implements android.hardware.location.IGeofenceHardwareCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy
  super_class: java.lang.Object
{
  private android.os.IBinder mRemote;
    descriptor: Landroid/os/IBinder;
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
        start local 1 // android.os.IBinder remote
         0: .line 117
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 119
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy.mRemote:Landroid/os/IBinder;
         2: .line 120
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/hardware/location/IGeofenceHardwareCallback$Stub$Proxy;
            0    3     1  remote  Landroid/os/IBinder;
    MethodParameters:
        Name  Flags
      remote  

  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.IGeofenceHardwareCallback$Stub$Proxy this
         0: .line 123
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/IGeofenceHardwareCallback$Stub$Proxy;

  public java.lang.String getInterfaceDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
         0: .line 127
            ldc "android.hardware.location.IGeofenceHardwareCallback"
            areturn
        end local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/IGeofenceHardwareCallback$Stub$Proxy;

  public void onGeofenceTransition(int, int, android.location.Location, long, int);
    descriptor: (IILandroid/location/Location;JI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=6
        start local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
        start local 1 // int geofenceId
        start local 2 // int transition
        start local 3 // android.location.Location location
        start local 4 // long timestamp
        start local 6 // int monitoringType
         0: .line 131
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 7 /* _data */
        start local 7 // android.os.Parcel _data
         1: .line 133
            aload 7 /* _data */
            ldc "android.hardware.location.IGeofenceHardwareCallback"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         2: .line 134
            aload 7 /* _data */
            iload 1 /* geofenceId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 135
            aload 7 /* _data */
            iload 2 /* transition */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 136
            aload 3 /* location */
            ifnull 8
         5: .line 137
            aload 7 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 138
            aload 3 /* location */
            aload 7 /* _data */
            iconst_0
            invokevirtual android.location.Location.writeToParcel:(Landroid/os/Parcel;I)V
         7: .line 139
            goto 9
         8: .line 141
      StackMap locals: android.os.Parcel
      StackMap stack:
            aload 7 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 143
      StackMap locals:
      StackMap stack:
            aload 7 /* _data */
            lload 4 /* timestamp */
            invokevirtual android.os.Parcel.writeLong:(J)V
        10: .line 144
            aload 7 /* _data */
            iload 6 /* monitoringType */
            invokevirtual android.os.Parcel.writeInt:(I)V
        11: .line 145
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 7 /* _data */
            aconst_null
            iconst_1
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
        12: .line 146
            goto 16
        13: .line 147
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        14: .line 148
            aload 7 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 149
            aload 8
            athrow
        16: .line 148
      StackMap locals:
      StackMap stack:
            aload 7 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 150
            return
        end local 7 // android.os.Parcel _data
        end local 6 // int monitoringType
        end local 4 // long timestamp
        end local 3 // android.location.Location location
        end local 2 // int transition
        end local 1 // int geofenceId
        end local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Landroid/hardware/location/IGeofenceHardwareCallback$Stub$Proxy;
            0   18     1      geofenceId  I
            0   18     2      transition  I
            0   18     3        location  Landroid/location/Location;
            0   18     4       timestamp  J
            0   18     6  monitoringType  I
            1   18     7           _data  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           1    13      13  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                Name  Flags
      geofenceId      
      transition      
      location        
      timestamp       
      monitoringType  

  public void onGeofenceAdd(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
        start local 1 // int geofenceId
        start local 2 // int status
         0: .line 153
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 155
            aload 3 /* _data */
            ldc "android.hardware.location.IGeofenceHardwareCallback"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         2: .line 156
            aload 3 /* _data */
            iload 1 /* geofenceId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 157
            aload 3 /* _data */
            iload 2 /* status */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 158
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_2
            aload 3 /* _data */
            aconst_null
            iconst_1
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 159
            goto 9
         6: .line 160
      StackMap locals: android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy int int android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         7: .line 161
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
         8: .line 162
            aload 4
            athrow
         9: .line 161
      StackMap locals:
      StackMap stack:
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 163
            return
        end local 3 // android.os.Parcel _data
        end local 2 // int status
        end local 1 // int geofenceId
        end local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Landroid/hardware/location/IGeofenceHardwareCallback$Stub$Proxy;
            0   11     1  geofenceId  I
            0   11     2      status  I
            1   11     3       _data  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           1     6       6  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      geofenceId  
      status      

  public void onGeofenceRemove(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
        start local 1 // int geofenceId
        start local 2 // int status
         0: .line 166
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 168
            aload 3 /* _data */
            ldc "android.hardware.location.IGeofenceHardwareCallback"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         2: .line 169
            aload 3 /* _data */
            iload 1 /* geofenceId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 170
            aload 3 /* _data */
            iload 2 /* status */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 171
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_3
            aload 3 /* _data */
            aconst_null
            iconst_1
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 172
            goto 9
         6: .line 173
      StackMap locals: android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy int int android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         7: .line 174
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
         8: .line 175
            aload 4
            athrow
         9: .line 174
      StackMap locals:
      StackMap stack:
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 176
            return
        end local 3 // android.os.Parcel _data
        end local 2 // int status
        end local 1 // int geofenceId
        end local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Landroid/hardware/location/IGeofenceHardwareCallback$Stub$Proxy;
            0   11     1  geofenceId  I
            0   11     2      status  I
            1   11     3       _data  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           1     6       6  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      geofenceId  
      status      

  public void onGeofencePause(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
        start local 1 // int geofenceId
        start local 2 // int status
         0: .line 179
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 181
            aload 3 /* _data */
            ldc "android.hardware.location.IGeofenceHardwareCallback"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         2: .line 182
            aload 3 /* _data */
            iload 1 /* geofenceId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 183
            aload 3 /* _data */
            iload 2 /* status */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 184
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_4
            aload 3 /* _data */
            aconst_null
            iconst_1
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 185
            goto 9
         6: .line 186
      StackMap locals: android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy int int android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         7: .line 187
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
         8: .line 188
            aload 4
            athrow
         9: .line 187
      StackMap locals:
      StackMap stack:
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 189
            return
        end local 3 // android.os.Parcel _data
        end local 2 // int status
        end local 1 // int geofenceId
        end local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Landroid/hardware/location/IGeofenceHardwareCallback$Stub$Proxy;
            0   11     1  geofenceId  I
            0   11     2      status  I
            1   11     3       _data  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           1     6       6  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      geofenceId  
      status      

  public void onGeofenceResume(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
        start local 1 // int geofenceId
        start local 2 // int status
         0: .line 192
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 194
            aload 3 /* _data */
            ldc "android.hardware.location.IGeofenceHardwareCallback"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         2: .line 195
            aload 3 /* _data */
            iload 1 /* geofenceId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 196
            aload 3 /* _data */
            iload 2 /* status */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 197
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_5
            aload 3 /* _data */
            aconst_null
            iconst_1
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 198
            goto 9
         6: .line 199
      StackMap locals: android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy int int android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         7: .line 200
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
         8: .line 201
            aload 4
            athrow
         9: .line 200
      StackMap locals:
      StackMap stack:
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 202
            return
        end local 3 // android.os.Parcel _data
        end local 2 // int status
        end local 1 // int geofenceId
        end local 0 // android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Landroid/hardware/location/IGeofenceHardwareCallback$Stub$Proxy;
            0   11     1  geofenceId  I
            0   11     2      status  I
            1   11     3       _data  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           1     6       6  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      geofenceId  
      status      
}
SourceFile: "IGeofenceHardwareCallback.java"
NestHost: android.hardware.location.IGeofenceHardwareCallback
InnerClasses:
  public abstract Stub = android.hardware.location.IGeofenceHardwareCallback$Stub of android.hardware.location.IGeofenceHardwareCallback
  private Proxy = android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy of android.hardware.location.IGeofenceHardwareCallback$Stub