public interface android.hardware.location.IGeofenceHardwareCallback extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.hardware.location.IGeofenceHardwareCallback
  super_class: java.lang.Object
{
  public abstract void onGeofenceTransition(int, int, android.location.Location, long, int);
    descriptor: (IILandroid/location/Location;JI)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                Name  Flags
      geofenceId      
      transition      
      location        
      timestamp       
      monitoringType  

  public abstract void onGeofenceAdd(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      geofenceId  
      status      

  public abstract void onGeofenceRemove(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      geofenceId  
      status      

  public abstract void onGeofencePause(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      geofenceId  
      status      

  public abstract void onGeofenceResume(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      geofenceId  
      status      
}
SourceFile: "IGeofenceHardwareCallback.java"
NestMembers:
  android.hardware.location.IGeofenceHardwareCallback$Stub  android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy
InnerClasses:
  public abstract Stub = android.hardware.location.IGeofenceHardwareCallback$Stub of android.hardware.location.IGeofenceHardwareCallback