final class android.app.IntentService$ServiceHandler extends android.os.Handler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.app.IntentService$ServiceHandler
  super_class: android.os.Handler
{
  final android.app.IntentService this$0;
    descriptor: Landroid/app/IntentService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(android.app.IntentService, android.os.Looper);
    descriptor: (Landroid/app/IntentService;Landroid/os/Looper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.app.IntentService$ServiceHandler this
        start local 2 // android.os.Looper looper
         0: .line 70
            aload 0 /* this */
            aload 1
            putfield android.app.IntentService$ServiceHandler.this$0:Landroid/app/IntentService;
         1: .line 71
            aload 0 /* this */
            aload 2 /* looper */
            invokespecial android.os.Handler.<init>:(Landroid/os/Looper;)V
         2: .line 72
            return
        end local 2 // android.os.Looper looper
        end local 0 // android.app.IntentService$ServiceHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/app/IntentService$ServiceHandler;
            0    3     2  looper  Landroid/os/Looper;
    MethodParameters:
        Name  Flags
      this$0  final
      looper  

  public void handleMessage(android.os.Message);
    descriptor: (Landroid/os/Message;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.IntentService$ServiceHandler this
        start local 1 // android.os.Message msg
         0: .line 76
            aload 0 /* this */
            getfield android.app.IntentService$ServiceHandler.this$0:Landroid/app/IntentService;
            aload 1 /* msg */
            getfield android.os.Message.obj:Ljava/lang/Object;
            checkcast android.content.Intent
            invokevirtual android.app.IntentService.onHandleIntent:(Landroid/content/Intent;)V
         1: .line 77
            aload 0 /* this */
            getfield android.app.IntentService$ServiceHandler.this$0:Landroid/app/IntentService;
            aload 1 /* msg */
            getfield android.os.Message.arg1:I
            invokevirtual android.app.IntentService.stopSelf:(I)V
         2: .line 78
            return
        end local 1 // android.os.Message msg
        end local 0 // android.app.IntentService$ServiceHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/app/IntentService$ServiceHandler;
            0    3     1   msg  Landroid/os/Message;
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "IntentService.java"
NestHost: android.app.IntentService
InnerClasses:
  private final ServiceHandler = android.app.IntentService$ServiceHandler of android.app.IntentService