class android.hardware.location.GeofenceHardwareService$1 extends android.hardware.location.IGeofenceHardware$Stub
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.hardware.location.GeofenceHardwareService$1
  super_class: android.hardware.location.IGeofenceHardware$Stub
{
  final android.hardware.location.GeofenceHardwareService this$0;
    descriptor: Landroid/hardware/location/GeofenceHardwareService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.hardware.location.GeofenceHardwareService);
    descriptor: (Landroid/hardware/location/GeofenceHardwareService;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.hardware.location.GeofenceHardwareService$1 this
         0: .line 67
            aload 0 /* this */
            aload 1
            putfield android.hardware.location.GeofenceHardwareService$1.this$0:Landroid/hardware/location/GeofenceHardwareService;
            aload 0 /* this */
            invokespecial android.hardware.location.IGeofenceHardware$Stub.<init>:()V
            return
        end local 0 // android.hardware.location.GeofenceHardwareService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareService$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void setGpsGeofenceHardware(android.location.IGpsGeofenceHardware);
    descriptor: (Landroid/location/IGpsGeofenceHardware;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.hardware.location.GeofenceHardwareService$1 this
        start local 1 // android.location.IGpsGeofenceHardware service
         0: .line 70
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareService$1.this$0:Landroid/hardware/location/GeofenceHardwareService;
            getfield android.hardware.location.GeofenceHardwareService.mGeofenceHardwareImpl:Landroid/hardware/location/GeofenceHardwareImpl;
            aload 1 /* service */
            invokevirtual android.hardware.location.GeofenceHardwareImpl.setGpsHardwareGeofence:(Landroid/location/IGpsGeofenceHardware;)V
         1: .line 71
            return
        end local 1 // android.location.IGpsGeofenceHardware service
        end local 0 // android.hardware.location.GeofenceHardwareService$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/hardware/location/GeofenceHardwareService$1;
            0    2     1  service  Landroid/location/IGpsGeofenceHardware;
    MethodParameters:
         Name  Flags
      service  

  public void setFusedGeofenceHardware(android.location.IFusedGeofenceHardware);
    descriptor: (Landroid/location/IFusedGeofenceHardware;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.hardware.location.GeofenceHardwareService$1 this
        start local 1 // android.location.IFusedGeofenceHardware service
         0: .line 75
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareService$1.this$0:Landroid/hardware/location/GeofenceHardwareService;
            getfield android.hardware.location.GeofenceHardwareService.mGeofenceHardwareImpl:Landroid/hardware/location/GeofenceHardwareImpl;
            aload 1 /* service */
            invokevirtual android.hardware.location.GeofenceHardwareImpl.setFusedGeofenceHardware:(Landroid/location/IFusedGeofenceHardware;)V
         1: .line 76
            return
        end local 1 // android.location.IFusedGeofenceHardware service
        end local 0 // android.hardware.location.GeofenceHardwareService$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/hardware/location/GeofenceHardwareService$1;
            0    2     1  service  Landroid/location/IFusedGeofenceHardware;
    MethodParameters:
         Name  Flags
      service  

  public int[] getMonitoringTypes();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareService$1 this
         0: .line 80
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tManifest cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.hardware.location.GeofenceHardwareService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareService$1;

  public int getStatusOfMonitoringType(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.hardware.location.GeofenceHardwareService$1 this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tManifest cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.hardware.location.GeofenceHardwareService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareService$1;
    MethodParameters:
                Name  Flags
      monitoringType  

  public boolean addCircularFence(int, android.hardware.location.GeofenceHardwareRequestParcelable, android.hardware.location.IGeofenceHardwareCallback);
    descriptor: (ILandroid/hardware/location/GeofenceHardwareRequestParcelable;Landroid/hardware/location/IGeofenceHardwareCallback;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.hardware.location.GeofenceHardwareService$1 this
         0: .line 99
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tManifest cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.hardware.location.GeofenceHardwareService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareService$1;
    MethodParameters:
                Name  Flags
      monitoringType  
      request         
      callback        

  public boolean removeGeofence(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.hardware.location.GeofenceHardwareService$1 this
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tManifest cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.hardware.location.GeofenceHardwareService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareService$1;
    MethodParameters:
                Name  Flags
      id              
      monitoringType  

  public boolean pauseGeofence(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.hardware.location.GeofenceHardwareService$1 this
         0: .line 116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tManifest cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.hardware.location.GeofenceHardwareService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareService$1;
    MethodParameters:
                Name  Flags
      id              
      monitoringType  

  public boolean resumeGeofence(int, int, int);
    descriptor: (III)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.hardware.location.GeofenceHardwareService$1 this
         0: .line 125
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tManifest cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.hardware.location.GeofenceHardwareService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareService$1;
    MethodParameters:
                    Name  Flags
      id                  
      monitoringType      
      monitorTransitions  

  public boolean registerForMonitorStateChangeCallback(int, android.hardware.location.IGeofenceHardwareMonitorCallback);
    descriptor: (ILandroid/hardware/location/IGeofenceHardwareMonitorCallback;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.hardware.location.GeofenceHardwareService$1 this
         0: .line 135
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tManifest cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.hardware.location.GeofenceHardwareService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareService$1;
    MethodParameters:
                Name  Flags
      monitoringType  
      callback        

  public boolean unregisterForMonitorStateChangeCallback(int, android.hardware.location.IGeofenceHardwareMonitorCallback);
    descriptor: (ILandroid/hardware/location/IGeofenceHardwareMonitorCallback;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.hardware.location.GeofenceHardwareService$1 this
         0: .line 146
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tManifest cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.hardware.location.GeofenceHardwareService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/GeofenceHardwareService$1;
    MethodParameters:
                Name  Flags
      monitoringType  
      callback        
}
SourceFile: "GeofenceHardwareService.java"
EnclosingMethod: android.hardware.location.GeofenceHardwareService
NestHost: android.hardware.location.GeofenceHardwareService
InnerClasses:
  android.hardware.location.GeofenceHardwareService$1
  public abstract Stub = android.hardware.location.IGeofenceHardware$Stub of android.hardware.location.IGeofenceHardware