final class android.app.ActivityThread$PurgeIdler implements android.os.MessageQueue$IdleHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.app.ActivityThread$PurgeIdler
  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$PurgeIdler this
         0: .line 1888
            aload 0 /* this */
            aload 1
            putfield android.app.ActivityThread$PurgeIdler.this$0:Landroid/app/ActivityThread;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.app.ActivityThread$PurgeIdler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/ActivityThread$PurgeIdler;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean queueIdle();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.app.ActivityThread$PurgeIdler this
         0: .line 1891
            ldc 64
            ldc "purgePendingResources"
            invokestatic android.os.Trace.traceBegin:(JLjava/lang/String;)V
         1: .line 1892
            aload 0 /* this */
            getfield android.app.ActivityThread$PurgeIdler.this$0:Landroid/app/ActivityThread;
            invokevirtual android.app.ActivityThread.nPurgePendingResources:()V
         2: .line 1893
            ldc 64
            invokestatic android.os.Trace.traceEnd:(J)V
         3: .line 1894
            iconst_0
            ireturn
        end local 0 // android.app.ActivityThread$PurgeIdler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/app/ActivityThread$PurgeIdler;
}
SourceFile: "ActivityThread.java"
NestHost: android.app.ActivityThread
InnerClasses:
  final PurgeIdler = android.app.ActivityThread$PurgeIdler of android.app.ActivityThread
  public abstract IdleHandler = android.os.MessageQueue$IdleHandler of android.os.MessageQueue