public abstract class android.hardware.location.GeofenceHardwareCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.hardware.location.GeofenceHardwareCallback
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareCallback this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.hardware.location.GeofenceHardwareCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareCallback;

  public void onGeofenceTransition(int, int, android.location.Location, long, int);
    descriptor: (IILandroid/location/Location;JI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=7, args_size=6
        start local 0 // android.hardware.location.GeofenceHardwareCallback 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 43
            return
        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.GeofenceHardwareCallback this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/hardware/location/GeofenceHardwareCallback;
            0    1     1      geofenceId  I
            0    1     2      transition  I
            0    1     3        location  Landroid/location/Location;
            0    1     4       timestamp  J
            0    1     6  monitoringType  I
    MethodParameters:
                Name  Flags
      geofenceId      
      transition      
      location        
      timestamp       
      monitoringType  

  public void onGeofenceAdd(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.hardware.location.GeofenceHardwareCallback this
        start local 1 // int geofenceId
        start local 2 // int status
         0: .line 56
            return
        end local 2 // int status
        end local 1 // int geofenceId
        end local 0 // android.hardware.location.GeofenceHardwareCallback this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/hardware/location/GeofenceHardwareCallback;
            0    1     1  geofenceId  I
            0    1     2      status  I
    MethodParameters:
            Name  Flags
      geofenceId  
      status      

  public void onGeofenceRemove(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.hardware.location.GeofenceHardwareCallback this
        start local 1 // int geofenceId
        start local 2 // int status
         0: .line 67
            return
        end local 2 // int status
        end local 1 // int geofenceId
        end local 0 // android.hardware.location.GeofenceHardwareCallback this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/hardware/location/GeofenceHardwareCallback;
            0    1     1  geofenceId  I
            0    1     2      status  I
    MethodParameters:
            Name  Flags
      geofenceId  
      status      

  public void onGeofencePause(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.hardware.location.GeofenceHardwareCallback this
        start local 1 // int geofenceId
        start local 2 // int status
         0: .line 78
            return
        end local 2 // int status
        end local 1 // int geofenceId
        end local 0 // android.hardware.location.GeofenceHardwareCallback this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/hardware/location/GeofenceHardwareCallback;
            0    1     1  geofenceId  I
            0    1     2      status  I
    MethodParameters:
            Name  Flags
      geofenceId  
      status      

  public void onGeofenceResume(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.hardware.location.GeofenceHardwareCallback this
        start local 1 // int geofenceId
        start local 2 // int status
         0: .line 90
            return
        end local 2 // int status
        end local 1 // int geofenceId
        end local 0 // android.hardware.location.GeofenceHardwareCallback this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/hardware/location/GeofenceHardwareCallback;
            0    1     1  geofenceId  I
            0    1     2      status  I
    MethodParameters:
            Name  Flags
      geofenceId  
      status      
}
SourceFile: "GeofenceHardwareCallback.java"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()