public class com.android.location.fused.FusedLocationService extends android.app.Service
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.location.fused.FusedLocationService
  super_class: android.app.Service
{
  private com.android.location.fused.FusedLocationProvider mProvider;
    descriptor: Lcom/android/location/fused/FusedLocationProvider;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.location.fused.FusedLocationService this
         0: .line 23
            aload 0 /* this */
            invokespecial android.app.Service.<init>:()V
            return
        end local 0 // com.android.location.fused.FusedLocationService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/location/fused/FusedLocationService;

  public android.os.IBinder onBind(android.content.Intent);
    descriptor: (Landroid/content/Intent;)Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.location.fused.FusedLocationService this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getBinder() is undefined for the type FusedLocationProvider\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.location.fused.FusedLocationService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/location/fused/FusedLocationService;
    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 // com.android.location.fused.FusedLocationService this
        start local 1 // android.content.Intent intent
         0: .line 37
            aload 0 /* this */
            getfield com.android.location.fused.FusedLocationService.mProvider:Lcom/android/location/fused/FusedLocationProvider;
            ifnull 2
         1: .line 38
            aload 0 /* this */
            getfield com.android.location.fused.FusedLocationService.mProvider:Lcom/android/location/fused/FusedLocationProvider;
            invokevirtual com.android.location.fused.FusedLocationProvider.onDisable:()V
         2: .line 40
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // android.content.Intent intent
        end local 0 // com.android.location.fused.FusedLocationService this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/android/location/fused/FusedLocationService;
            0    3     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 // com.android.location.fused.FusedLocationService this
         0: .line 45
            aload 0 /* this */
            aconst_null
            putfield com.android.location.fused.FusedLocationService.mProvider:Lcom/android/location/fused/FusedLocationProvider;
         1: .line 46
            return
        end local 0 // com.android.location.fused.FusedLocationService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/android/location/fused/FusedLocationService;
}
SourceFile: "FusedLocationService.java"