class android.service.quicksettings.TileService$1 implements android.view.View$OnAttachStateChangeListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.service.quicksettings.TileService$1
  super_class: java.lang.Object
{
  final android.service.quicksettings.TileService this$0;
    descriptor: Landroid/service/quicksettings/TileService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.service.quicksettings.TileService);
    descriptor: (Landroid/service/quicksettings/TileService;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.quicksettings.TileService$1 this
         0: .line 234
            aload 0 /* this */
            aload 1
            putfield android.service.quicksettings.TileService$1.this$0:Landroid/service/quicksettings/TileService;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.service.quicksettings.TileService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/quicksettings/TileService$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onViewAttachedToWindow(android.view.View);
    descriptor: (Landroid/view/View;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.service.quicksettings.TileService$1 this
        start local 1 // android.view.View v
         0: .line 237
            return
        end local 1 // android.view.View v
        end local 0 // android.service.quicksettings.TileService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/quicksettings/TileService$1;
            0    1     1     v  Landroid/view/View;
    MethodParameters:
      Name  Flags
      v     

  public void onViewDetachedFromWindow(android.view.View);
    descriptor: (Landroid/view/View;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.quicksettings.TileService$1 this
        start local 1 // android.view.View v
         0: .line 242
            aload 0 /* this */
            getfield android.service.quicksettings.TileService$1.this$0:Landroid/service/quicksettings/TileService;
            getfield android.service.quicksettings.TileService.mService:Landroid/service/quicksettings/IQSService;
            aload 0 /* this */
            getfield android.service.quicksettings.TileService$1.this$0:Landroid/service/quicksettings/TileService;
            getfield android.service.quicksettings.TileService.mTileToken:Landroid/os/IBinder;
            invokeinterface android.service.quicksettings.IQSService.onDialogHidden:(Landroid/os/IBinder;)V
         1: .line 243
            goto 3
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: pop
         3: .line 245
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.view.View v
        end local 0 // android.service.quicksettings.TileService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/service/quicksettings/TileService$1;
            0    4     1     v  Landroid/view/View;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
      Name  Flags
      v     
}
SourceFile: "TileService.java"
EnclosingMethod: android.service.quicksettings.TileService.showDialog:(Landroid/app/Dialog;)V
NestHost: android.service.quicksettings.TileService
InnerClasses:
  android.service.quicksettings.TileService$1
  public abstract OnAttachStateChangeListener = android.view.View$OnAttachStateChangeListener of android.view.View