public final class android.print.PrintDocumentInfo$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.print.PrintDocumentInfo$Builder
  super_class: java.lang.Object
{
  private final android.print.PrintDocumentInfo mPrototype;
    descriptor: Landroid/print/PrintDocumentInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.print.PrintDocumentInfo$Builder this
        start local 1 // java.lang.String name
         0: .line 309
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 310
            aload 1 /* name */
            invokestatic android.text.TextUtils.isEmpty:(Ljava/lang/CharSequence;)Z
            ifeq 3
         2: .line 311
            new java.lang.IllegalArgumentException
            dup
            ldc "name cannot be empty"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 313
      StackMap locals: android.print.PrintDocumentInfo$Builder java.lang.String
      StackMap stack:
            aload 0 /* this */
            new android.print.PrintDocumentInfo
            dup
            invokespecial android.print.PrintDocumentInfo.<init>:()V
            putfield android.print.PrintDocumentInfo$Builder.mPrototype:Landroid/print/PrintDocumentInfo;
         4: .line 314
            aload 0 /* this */
            getfield android.print.PrintDocumentInfo$Builder.mPrototype:Landroid/print/PrintDocumentInfo;
            aload 1 /* name */
            putfield android.print.PrintDocumentInfo.mName:Ljava/lang/String;
         5: .line 315
            return
        end local 1 // java.lang.String name
        end local 0 // android.print.PrintDocumentInfo$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/print/PrintDocumentInfo$Builder;
            0    6     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public android.print.PrintDocumentInfo$Builder setPageCount(int);
    descriptor: (I)Landroid/print/PrintDocumentInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.print.PrintDocumentInfo$Builder this
        start local 1 // int pageCount
         0: .line 328
            iload 1 /* pageCount */
            ifge 2
            iload 1 /* pageCount */
            iconst_m1
            if_icmpeq 2
         1: .line 329
            new java.lang.IllegalArgumentException
            dup
            ldc "pageCount must be greater than or equal to zero or DocumentInfo#PAGE_COUNT_UNKNOWN"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.print.PrintDocumentInfo$Builder.mPrototype:Landroid/print/PrintDocumentInfo;
            iload 1 /* pageCount */
            putfield android.print.PrintDocumentInfo.mPageCount:I
         3: .line 334
            aload 0 /* this */
            areturn
        end local 1 // int pageCount
        end local 0 // android.print.PrintDocumentInfo$Builder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Landroid/print/PrintDocumentInfo$Builder;
            0    4     1  pageCount  I
    MethodParameters:
           Name  Flags
      pageCount  

  public android.print.PrintDocumentInfo$Builder setContentType(int);
    descriptor: (I)Landroid/print/PrintDocumentInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.print.PrintDocumentInfo$Builder this
        start local 1 // int type
         0: .line 350
            aload 0 /* this */
            getfield android.print.PrintDocumentInfo$Builder.mPrototype:Landroid/print/PrintDocumentInfo;
            iload 1 /* type */
            putfield android.print.PrintDocumentInfo.mContentType:I
         1: .line 351
            aload 0 /* this */
            areturn
        end local 1 // int type
        end local 0 // android.print.PrintDocumentInfo$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/print/PrintDocumentInfo$Builder;
            0    2     1  type  I
    MethodParameters:
      Name  Flags
      type  

  public android.print.PrintDocumentInfo build();
    descriptor: ()Landroid/print/PrintDocumentInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.print.PrintDocumentInfo$Builder this
         0: .line 363
            aload 0 /* this */
            getfield android.print.PrintDocumentInfo$Builder.mPrototype:Landroid/print/PrintDocumentInfo;
            getfield android.print.PrintDocumentInfo.mPageCount:I
            ifne 2
         1: .line 364
            aload 0 /* this */
            getfield android.print.PrintDocumentInfo$Builder.mPrototype:Landroid/print/PrintDocumentInfo;
            iconst_m1
            putfield android.print.PrintDocumentInfo.mPageCount:I
         2: .line 366
      StackMap locals:
      StackMap stack:
            new android.print.PrintDocumentInfo
            dup
            aload 0 /* this */
            getfield android.print.PrintDocumentInfo$Builder.mPrototype:Landroid/print/PrintDocumentInfo;
            invokespecial android.print.PrintDocumentInfo.<init>:(Landroid/print/PrintDocumentInfo;)V
            areturn
        end local 0 // android.print.PrintDocumentInfo$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/print/PrintDocumentInfo$Builder;
}
SourceFile: "PrintDocumentInfo.java"
NestHost: android.print.PrintDocumentInfo
InnerClasses:
  public final Builder = android.print.PrintDocumentInfo$Builder of android.print.PrintDocumentInfo