final class android.app.ActivityThread$GcIdler implements android.os.MessageQueue$IdleHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.app.ActivityThread$GcIdler
  super_class: java.lang.Object
{
  final android.app.ActivityThread this$0;
    descriptor: Landroid/app/ActivityThread;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public final boolean queueIdle();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.ActivityThread$GcIdler this
         0: .line 1882
            aload 0 /* this */
            getfield android.app.ActivityThread$GcIdler.this$0:Landroid/app/ActivityThread;
            invokevirtual android.app.ActivityThread.doGcIfNeeded:()V
         1: .line 1883
            aload 0 /* this */
            getfield android.app.ActivityThread$GcIdler.this$0:Landroid/app/ActivityThread;
            invokevirtual android.app.ActivityThread.nPurgePendingResources:()V
         2: .line 1884
            iconst_0
            ireturn
        end local 0 // android.app.ActivityThread$GcIdler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/app/ActivityThread$GcIdler;
}
SourceFile: "ActivityThread.java"
NestHost: android.app.ActivityThread
InnerClasses:
  final GcIdler = android.app.ActivityThread$GcIdler of android.app.ActivityThread
  public abstract IdleHandler = android.os.MessageQueue$IdleHandler of android.os.MessageQueue