final class com.android.printspooler.ui.PrintPreviewController$MyHandler extends android.os.Handler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.android.printspooler.ui.PrintPreviewController$MyHandler
  super_class: android.os.Handler
{
  public static final int MSG_OPEN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int MSG_CLOSE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int MSG_UPDATE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int MSG_START_PRELOAD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private boolean mAsyncOperationInProgress;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.Runnable mOnAsyncOperationDoneCallback;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<android.os.Message> mPendingOperations;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Landroid/os/Message;>;

  final com.android.printspooler.ui.PrintPreviewController this$0;
    descriptor: Lcom/android/printspooler/ui/PrintPreviewController;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.android.printspooler.ui.PrintPreviewController, android.os.Looper);
    descriptor: (Lcom/android/printspooler/ui/PrintPreviewController;Landroid/os/Looper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.printspooler.ui.PrintPreviewController$MyHandler this
         0: .line 27
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.support cannot be resolved\n\tThe import android.support cannot be resolved\n\tThe import android.support cannot be resolved\n\tThe import android.support cannot be resolved\n\tThe import com.android.printspooler.R cannot be resolved\n\tThe hierarchy of the type PrintPreviewController is inconsistent\n\tGridLayoutManager cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tGridLayoutManager cannot be resolved to a type\n\tGridLayoutManager cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tRecyclerView cannot be resolved to a type\n\tGridLayoutManager cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tRecyclerView cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tRecyclerView cannot be resolved to a type\n\tGridLayoutManager cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tRecyclerView cannot be resolved to a variable\n\tRecyclerView cannot be resolved to a variable\n\tRecyclerView cannot be resolved to a variable\n\tRecyclerView cannot be resolved to a variable\n\tRecyclerView cannot be resolved to a variable\n\tRecyclerView cannot be resolved to a variable\n\tRecyclerView cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tLayoutManager cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tViewHolder cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n\tViewHolder cannot be resolved to a type\n\tRecyclerView cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.printspooler.ui.PrintPreviewController$MyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/printspooler/ui/PrintPreviewController$MyHandler;
    MethodParameters:
        Name  Flags
      this$0  final
      looper  

  public void cancelQueuedOperations();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.printspooler.ui.PrintPreviewController$MyHandler this
         0: .line 243
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.printspooler.ui.PrintPreviewController$MyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/printspooler/ui/PrintPreviewController$MyHandler;

  public void enqueueOperation(android.os.Message);
    descriptor: (Landroid/os/Message;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.printspooler.ui.PrintPreviewController$MyHandler this
         0: .line 247
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.printspooler.ui.PrintPreviewController$MyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/printspooler/ui/PrintPreviewController$MyHandler;
    MethodParameters:
         Name  Flags
      message  

  public void handleNextOperation();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.printspooler.ui.PrintPreviewController$MyHandler this
         0: .line 252
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.printspooler.ui.PrintPreviewController$MyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/printspooler/ui/PrintPreviewController$MyHandler;

  public void handleMessage(android.os.Message);
    descriptor: (Landroid/os/Message;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.printspooler.ui.PrintPreviewController$MyHandler this
         0: .line 260
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.printspooler.ui.PrintPreviewController$MyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/printspooler/ui/PrintPreviewController$MyHandler;
    MethodParameters:
         Name  Flags
      message  
}
SourceFile: "PrintPreviewController.java"
NestHost: com.android.printspooler.ui.PrintPreviewController
InnerClasses:
  private final MyHandler = com.android.printspooler.ui.PrintPreviewController$MyHandler of com.android.printspooler.ui.PrintPreviewController