public class android.hardware.location.GeofenceHardwareService extends android.app.Service
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.hardware.location.GeofenceHardwareService
  super_class: android.app.Service
{
  private android.hardware.location.GeofenceHardwareImpl mGeofenceHardwareImpl;
    descriptor: Landroid/hardware/location/GeofenceHardwareImpl;
    flags: (0x0002) ACC_PRIVATE

  private android.content.Context mContext;
    descriptor: Landroid/content/Context;
    flags: (0x0002) ACC_PRIVATE

  private android.os.IBinder mBinder;
    descriptor: Landroid/os/IBinder;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareService this
         0: .line 33
            aload 0 /* this */
            invokespecial android.app.Service.<init>:()V
         1: .line 67
            aload 0 /* this */
            new android.hardware.location.GeofenceHardwareService$1
            dup
            aload 0 /* this */
            invokespecial android.hardware.location.GeofenceHardwareService$1.<init>:(Landroid/hardware/location/GeofenceHardwareService;)V
            putfield android.hardware.location.GeofenceHardwareService.mBinder:Landroid/os/IBinder;
         2: .line 33
            return
        end local 0 // android.hardware.location.GeofenceHardwareService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/hardware/location/GeofenceHardwareService;

  public void onCreate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareService this
         0: .line 39
            aload 0 /* this */
            aload 0 /* this */
            putfield android.hardware.location.GeofenceHardwareService.mContext:Landroid/content/Context;
         1: .line 40
            aload 0 /* this */
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareService.mContext:Landroid/content/Context;
            invokestatic android.hardware.location.GeofenceHardwareImpl.getInstance:(Landroid/content/Context;)Landroid/hardware/location/GeofenceHardwareImpl;
            putfield android.hardware.location.GeofenceHardwareService.mGeofenceHardwareImpl:Landroid/hardware/location/GeofenceHardwareImpl;
         2: .line 41
            return
        end local 0 // android.hardware.location.GeofenceHardwareService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/hardware/location/GeofenceHardwareService;

  public android.os.IBinder onBind(android.content.Intent);
    descriptor: (Landroid/content/Intent;)Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.hardware.location.GeofenceHardwareService this
        start local 1 // android.content.Intent intent
         0: .line 45
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareService.mBinder:Landroid/os/IBinder;
            areturn
        end local 1 // android.content.Intent intent
        end local 0 // android.hardware.location.GeofenceHardwareService this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/hardware/location/GeofenceHardwareService;
            0    1     1  intent  Landroid/content/Intent;
    MethodParameters:
        Name  Flags
      intent  

  public boolean onUnbind(android.content.Intent);
    descriptor: (Landroid/content/Intent;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.hardware.location.GeofenceHardwareService this
        start local 1 // android.content.Intent intent
         0: .line 50
            iconst_0
            ireturn
        end local 1 // android.content.Intent intent
        end local 0 // android.hardware.location.GeofenceHardwareService this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/hardware/location/GeofenceHardwareService;
            0    1     1  intent  Landroid/content/Intent;
    MethodParameters:
        Name  Flags
      intent  

  public void onDestroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.hardware.location.GeofenceHardwareService this
         0: .line 55
            aload 0 /* this */
            aconst_null
            putfield android.hardware.location.GeofenceHardwareService.mGeofenceHardwareImpl:Landroid/hardware/location/GeofenceHardwareImpl;
         1: .line 56
            return
        end local 0 // android.hardware.location.GeofenceHardwareService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/hardware/location/GeofenceHardwareService;

  private void checkPermission(int, int, int);
    descriptor: (III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // android.hardware.location.GeofenceHardwareService this
        start local 1 // int pid
        start local 2 // int uid
        start local 3 // int monitoringType
         0: .line 60
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareService.mGeofenceHardwareImpl:Landroid/hardware/location/GeofenceHardwareImpl;
            iload 1 /* pid */
            iload 2 /* uid */
            invokevirtual android.hardware.location.GeofenceHardwareImpl.getAllowedResolutionLevel:(II)I
         1: .line 61
            aload 0 /* this */
            getfield android.hardware.location.GeofenceHardwareService.mGeofenceHardwareImpl:Landroid/hardware/location/GeofenceHardwareImpl;
            iload 3 /* monitoringType */
            invokevirtual android.hardware.location.GeofenceHardwareImpl.getMonitoringResolutionLevel:(I)I
            if_icmpge 5
         2: .line 62
            new java.lang.SecurityException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Insufficient permissions to access hardware geofence for type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 63
            iload 3 /* monitoringType */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 62
            invokespecial java.lang.SecurityException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int monitoringType
        end local 2 // int uid
        end local 1 // int pid
        end local 0 // android.hardware.location.GeofenceHardwareService this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Landroid/hardware/location/GeofenceHardwareService;
            0    6     1             pid  I
            0    6     2             uid  I
            0    6     3  monitoringType  I
    MethodParameters:
                Name  Flags
      pid             
      uid             
      monitoringType  
}
SourceFile: "GeofenceHardwareService.java"
NestMembers:
  android.hardware.location.GeofenceHardwareService$1
InnerClasses:
  android.hardware.location.GeofenceHardwareService$1