public final class android.service.autofill.SaveInfo$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.service.autofill.SaveInfo$Builder
  super_class: java.lang.Object
{
  private final int mType;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int mNegativeButtonStyle;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private android.content.IntentSender mNegativeActionListener;
    descriptor: Landroid/content/IntentSender;
    flags: (0x0002) ACC_PRIVATE

  private final android.view.autofill.AutofillId[] mRequiredIds;
    descriptor: [Landroid/view/autofill/AutofillId;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.view.autofill.AutofillId[] mOptionalIds;
    descriptor: [Landroid/view/autofill/AutofillId;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.CharSequence mDescription;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE

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

  private int mFlags;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private android.service.autofill.CustomDescription mCustomDescription;
    descriptor: Landroid/service/autofill/CustomDescription;
    flags: (0x0002) ACC_PRIVATE

  private android.service.autofill.InternalValidator mValidator;
    descriptor: Landroid/service/autofill/InternalValidator;
    flags: (0x0002) ACC_PRIVATE

  private android.util.ArrayMap<android.service.autofill.InternalSanitizer, android.view.autofill.AutofillId[]> mSanitizers;
    descriptor: Landroid/util/ArrayMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Landroid/util/ArrayMap<Landroid/service/autofill/InternalSanitizer;[Landroid/view/autofill/AutofillId;>;

  private android.util.ArraySet<android.view.autofill.AutofillId> mSanitizerIds;
    descriptor: Landroid/util/ArraySet;
    flags: (0x0002) ACC_PRIVATE
    Signature: Landroid/util/ArraySet<Landroid/view/autofill/AutofillId;>;

  private android.view.autofill.AutofillId mTriggerId;
    descriptor: Landroid/view/autofill/AutofillId;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, android.view.autofill.AutofillId[]);
    descriptor: (I[Landroid/view/autofill/AutofillId;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.service.autofill.SaveInfo$Builder this
        start local 1 // int type
        start local 2 // android.view.autofill.AutofillId[] requiredIds
         0: .line 384
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 354
            aload 0 /* this */
            iconst_0
            putfield android.service.autofill.SaveInfo$Builder.mNegativeButtonStyle:I
         2: .line 385
            aload 0 /* this */
            iload 1 /* type */
            putfield android.service.autofill.SaveInfo$Builder.mType:I
         3: .line 386
            aload 0 /* this */
            aload 2 /* requiredIds */
            invokestatic android.service.autofill.AutofillServiceHelper.assertValid:([Landroid/view/autofill/AutofillId;)[Landroid/view/autofill/AutofillId;
            putfield android.service.autofill.SaveInfo$Builder.mRequiredIds:[Landroid/view/autofill/AutofillId;
         4: .line 387
            return
        end local 2 // android.view.autofill.AutofillId[] requiredIds
        end local 1 // int type
        end local 0 // android.service.autofill.SaveInfo$Builder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Landroid/service/autofill/SaveInfo$Builder;
            0    5     1         type  I
            0    5     2  requiredIds  [Landroid/view/autofill/AutofillId;
    MethodParameters:
             Name  Flags
      type         
      requiredIds  

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.autofill.SaveInfo$Builder this
        start local 1 // int type
         0: .line 404
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 354
            aload 0 /* this */
            iconst_0
            putfield android.service.autofill.SaveInfo$Builder.mNegativeButtonStyle:I
         2: .line 405
            aload 0 /* this */
            iload 1 /* type */
            putfield android.service.autofill.SaveInfo$Builder.mType:I
         3: .line 406
            aload 0 /* this */
            aconst_null
            putfield android.service.autofill.SaveInfo$Builder.mRequiredIds:[Landroid/view/autofill/AutofillId;
         4: .line 407
            return
        end local 1 // int type
        end local 0 // android.service.autofill.SaveInfo$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/service/autofill/SaveInfo$Builder;
            0    5     1  type  I
    MethodParameters:
      Name  Flags
      type  

  public android.service.autofill.SaveInfo$Builder setFlags(int);
    descriptor: (I)Landroid/service/autofill/SaveInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.service.autofill.SaveInfo$Builder this
        start local 1 // int flags
         0: .line 417
            aload 0 /* this */
            invokevirtual android.service.autofill.SaveInfo$Builder.throwIfDestroyed:()V
         1: .line 419
            aload 0 /* this */
            iload 1 /* flags */
         2: .line 420
            iconst_3
         3: .line 419
            invokestatic com.android.internal.util.Preconditions.checkFlagsArgument:(II)I
            putfield android.service.autofill.SaveInfo$Builder.mFlags:I
         4: .line 421
            aload 0 /* this */
            areturn
        end local 1 // int flags
        end local 0 // android.service.autofill.SaveInfo$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/service/autofill/SaveInfo$Builder;
            0    5     1  flags  I
    MethodParameters:
       Name  Flags
      flags  

  public android.service.autofill.SaveInfo$Builder setOptionalIds(android.view.autofill.AutofillId[]);
    descriptor: ([Landroid/view/autofill/AutofillId;)Landroid/service/autofill/SaveInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.autofill.SaveInfo$Builder this
        start local 1 // android.view.autofill.AutofillId[] ids
         0: .line 436
            aload 0 /* this */
            invokevirtual android.service.autofill.SaveInfo$Builder.throwIfDestroyed:()V
         1: .line 437
            aload 0 /* this */
            aload 1 /* ids */
            invokestatic android.service.autofill.AutofillServiceHelper.assertValid:([Landroid/view/autofill/AutofillId;)[Landroid/view/autofill/AutofillId;
            putfield android.service.autofill.SaveInfo$Builder.mOptionalIds:[Landroid/view/autofill/AutofillId;
         2: .line 438
            aload 0 /* this */
            areturn
        end local 1 // android.view.autofill.AutofillId[] ids
        end local 0 // android.service.autofill.SaveInfo$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/service/autofill/SaveInfo$Builder;
            0    3     1   ids  [Landroid/view/autofill/AutofillId;
    MethodParameters:
      Name  Flags
      ids   

  public android.service.autofill.SaveInfo$Builder setDescription(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Landroid/service/autofill/SaveInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.autofill.SaveInfo$Builder this
        start local 1 // java.lang.CharSequence description
         0: .line 454
            aload 0 /* this */
            invokevirtual android.service.autofill.SaveInfo$Builder.throwIfDestroyed:()V
         1: .line 455
            aload 0 /* this */
            getfield android.service.autofill.SaveInfo$Builder.mCustomDescription:Landroid/service/autofill/CustomDescription;
            ifnonnull 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
         3: .line 456
      StackMap locals:
      StackMap stack: int
            ldc "Can call setDescription() or setCustomDescription(), but not both"
         4: .line 455
            invokestatic com.android.internal.util.Preconditions.checkState:(ZLjava/lang/String;)V
         5: .line 457
            aload 0 /* this */
            aload 1 /* description */
            putfield android.service.autofill.SaveInfo$Builder.mDescription:Ljava/lang/CharSequence;
         6: .line 458
            aload 0 /* this */
            areturn
        end local 1 // java.lang.CharSequence description
        end local 0 // android.service.autofill.SaveInfo$Builder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Landroid/service/autofill/SaveInfo$Builder;
            0    7     1  description  Ljava/lang/CharSequence;
    MethodParameters:
             Name  Flags
      description  

  public android.service.autofill.SaveInfo$Builder setCustomDescription(android.service.autofill.CustomDescription);
    descriptor: (Landroid/service/autofill/CustomDescription;)Landroid/service/autofill/SaveInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.autofill.SaveInfo$Builder this
        start local 1 // android.service.autofill.CustomDescription customDescription
         0: .line 474
            aload 0 /* this */
            invokevirtual android.service.autofill.SaveInfo$Builder.throwIfDestroyed:()V
         1: .line 475
            aload 0 /* this */
            getfield android.service.autofill.SaveInfo$Builder.mDescription:Ljava/lang/CharSequence;
            ifnonnull 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
         3: .line 476
      StackMap locals:
      StackMap stack: int
            ldc "Can call setDescription() or setCustomDescription(), but not both"
         4: .line 475
            invokestatic com.android.internal.util.Preconditions.checkState:(ZLjava/lang/String;)V
         5: .line 477
            aload 0 /* this */
            aload 1 /* customDescription */
            putfield android.service.autofill.SaveInfo$Builder.mCustomDescription:Landroid/service/autofill/CustomDescription;
         6: .line 478
            aload 0 /* this */
            areturn
        end local 1 // android.service.autofill.CustomDescription customDescription
        end local 0 // android.service.autofill.SaveInfo$Builder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Landroid/service/autofill/SaveInfo$Builder;
            0    7     1  customDescription  Landroid/service/autofill/CustomDescription;
    MethodParameters:
                   Name  Flags
      customDescription  

  public android.service.autofill.SaveInfo$Builder setNegativeAction(int, android.content.IntentSender);
    descriptor: (ILandroid/content/IntentSender;)Landroid/service/autofill/SaveInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // android.service.autofill.SaveInfo$Builder this
        start local 1 // int style
        start local 2 // android.content.IntentSender listener
         0: .line 502
            aload 0 /* this */
            invokevirtual android.service.autofill.SaveInfo$Builder.throwIfDestroyed:()V
         1: .line 503
            iload 1 /* style */
            ifeq 4
         2: .line 504
            iload 1 /* style */
            iconst_1
            if_icmpeq 4
         3: .line 505
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid style: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* style */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* style */
            putfield android.service.autofill.SaveInfo$Builder.mNegativeButtonStyle:I
         5: .line 508
            aload 0 /* this */
            aload 2 /* listener */
            putfield android.service.autofill.SaveInfo$Builder.mNegativeActionListener:Landroid/content/IntentSender;
         6: .line 509
            aload 0 /* this */
            areturn
        end local 2 // android.content.IntentSender listener
        end local 1 // int style
        end local 0 // android.service.autofill.SaveInfo$Builder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Landroid/service/autofill/SaveInfo$Builder;
            0    7     1     style  I
            0    7     2  listener  Landroid/content/IntentSender;
    MethodParameters:
          Name  Flags
      style     
      listener  

  public android.service.autofill.SaveInfo$Builder setValidator(android.service.autofill.Validator);
    descriptor: (Landroid/service/autofill/Validator;)Landroid/service/autofill/SaveInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.service.autofill.SaveInfo$Builder this
        start local 1 // android.service.autofill.Validator validator
         0: .line 574
            aload 0 /* this */
            invokevirtual android.service.autofill.SaveInfo$Builder.throwIfDestroyed:()V
         1: .line 575
            aload 1 /* validator */
            instanceof android.service.autofill.InternalValidator
         2: .line 576
            new java.lang.StringBuilder
            dup
            ldc "not provided by Android System: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* validator */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 575
            invokestatic com.android.internal.util.Preconditions.checkArgument:(ZLjava/lang/Object;)V
         4: .line 577
            aload 0 /* this */
            aload 1 /* validator */
            checkcast android.service.autofill.InternalValidator
            putfield android.service.autofill.SaveInfo$Builder.mValidator:Landroid/service/autofill/InternalValidator;
         5: .line 578
            aload 0 /* this */
            areturn
        end local 1 // android.service.autofill.Validator validator
        end local 0 // android.service.autofill.SaveInfo$Builder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Landroid/service/autofill/SaveInfo$Builder;
            0    6     1  validator  Landroid/service/autofill/Validator;
    MethodParameters:
           Name  Flags
      validator  

  public android.service.autofill.SaveInfo$Builder addSanitizer(android.service.autofill.Sanitizer, android.view.autofill.AutofillId[]);
    descriptor: (Landroid/service/autofill/Sanitizer;[Landroid/view/autofill/AutofillId;)Landroid/service/autofill/SaveInfo$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // android.service.autofill.SaveInfo$Builder this
        start local 1 // android.service.autofill.Sanitizer sanitizer
        start local 2 // android.view.autofill.AutofillId[] ids
         0: .line 620
            aload 0 /* this */
            invokevirtual android.service.autofill.SaveInfo$Builder.throwIfDestroyed:()V
         1: .line 621
            aload 2 /* ids */
            invokestatic com.android.internal.util.ArrayUtils.isEmpty:([Ljava/lang/Object;)Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ldc "ids cannot be empty or null"
            invokestatic com.android.internal.util.Preconditions.checkArgument:(ZLjava/lang/Object;)V
         4: .line 622
            aload 1 /* sanitizer */
            instanceof android.service.autofill.InternalSanitizer
         5: .line 623
            new java.lang.StringBuilder
            dup
            ldc "not provided by Android System: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* sanitizer */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 622
            invokestatic com.android.internal.util.Preconditions.checkArgument:(ZLjava/lang/Object;)V
         7: .line 625
            aload 0 /* this */
            getfield android.service.autofill.SaveInfo$Builder.mSanitizers:Landroid/util/ArrayMap;
            ifnonnull 10
         8: .line 626
            aload 0 /* this */
            new android.util.ArrayMap
            dup
            invokespecial android.util.ArrayMap.<init>:()V
            putfield android.service.autofill.SaveInfo$Builder.mSanitizers:Landroid/util/ArrayMap;
         9: .line 627
            aload 0 /* this */
            new android.util.ArraySet
            dup
            aload 2 /* ids */
            arraylength
            invokespecial android.util.ArraySet.<init>:(I)V
            putfield android.service.autofill.SaveInfo$Builder.mSanitizerIds:Landroid/util/ArraySet;
        10: .line 631
      StackMap locals:
      StackMap stack:
            aload 2 /* ids */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 17
      StackMap locals: android.service.autofill.SaveInfo$Builder android.service.autofill.Sanitizer android.view.autofill.AutofillId[] top int int android.view.autofill.AutofillId[]
      StackMap stack:
        11: aload 6
            iload 4
            aaload
            astore 3 /* id */
        start local 3 // android.view.autofill.AutofillId id
        12: .line 632
            aload 0 /* this */
            getfield android.service.autofill.SaveInfo$Builder.mSanitizerIds:Landroid/util/ArraySet;
            aload 3 /* id */
            invokevirtual android.util.ArraySet.contains:(Ljava/lang/Object;)Z
            ifeq 13
            iconst_0
            goto 14
      StackMap locals: android.service.autofill.SaveInfo$Builder android.service.autofill.Sanitizer android.view.autofill.AutofillId[] android.view.autofill.AutofillId int int android.view.autofill.AutofillId[]
      StackMap stack:
        13: iconst_1
      StackMap locals:
      StackMap stack: int
        14: ldc "already added %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* id */
            aastore
            invokestatic com.android.internal.util.Preconditions.checkArgument:(ZLjava/lang/String;[Ljava/lang/Object;)V
        15: .line 633
            aload 0 /* this */
            getfield android.service.autofill.SaveInfo$Builder.mSanitizerIds:Landroid/util/ArraySet;
            aload 3 /* id */
            invokevirtual android.util.ArraySet.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // android.view.autofill.AutofillId id
        16: .line 631
            iinc 4 1
      StackMap locals: android.service.autofill.SaveInfo$Builder android.service.autofill.Sanitizer android.view.autofill.AutofillId[] top int int android.view.autofill.AutofillId[]
      StackMap stack:
        17: iload 4
            iload 5
            if_icmplt 11
        18: .line 636
            aload 0 /* this */
            getfield android.service.autofill.SaveInfo$Builder.mSanitizers:Landroid/util/ArrayMap;
            aload 1 /* sanitizer */
            checkcast android.service.autofill.InternalSanitizer
            aload 2 /* ids */
            invokevirtual android.util.ArrayMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        19: .line 638
            aload 0 /* this */
            areturn
        end local 2 // android.view.autofill.AutofillId[] ids
        end local 1 // android.service.autofill.Sanitizer sanitizer
        end local 0 // android.service.autofill.SaveInfo$Builder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Landroid/service/autofill/SaveInfo$Builder;
            0   20     1  sanitizer  Landroid/service/autofill/Sanitizer;
            0   20     2        ids  [Landroid/view/autofill/AutofillId;
           12   16     3         id  Landroid/view/autofill/AutofillId;
    MethodParameters:
           Name  Flags
      sanitizer  
      ids        

  public android.service.autofill.SaveInfo$Builder setTriggerId(android.view.autofill.AutofillId);
    descriptor: (Landroid/view/autofill/AutofillId;)Landroid/service/autofill/SaveInfo$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.autofill.SaveInfo$Builder this
        start local 1 // android.view.autofill.AutofillId id
         0: .line 657
            aload 0 /* this */
            invokevirtual android.service.autofill.SaveInfo$Builder.throwIfDestroyed:()V
         1: .line 658
            aload 0 /* this */
            aload 1 /* id */
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast android.view.autofill.AutofillId
            putfield android.service.autofill.SaveInfo$Builder.mTriggerId:Landroid/view/autofill/AutofillId;
         2: .line 659
            aload 0 /* this */
            areturn
        end local 1 // android.view.autofill.AutofillId id
        end local 0 // android.service.autofill.SaveInfo$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/service/autofill/SaveInfo$Builder;
            0    3     1    id  Landroid/view/autofill/AutofillId;
    MethodParameters:
      Name  Flags
      id    

  public android.service.autofill.SaveInfo build();
    descriptor: ()Landroid/service/autofill/SaveInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.service.autofill.SaveInfo$Builder this
         0: .line 670
            aload 0 /* this */
            invokevirtual android.service.autofill.SaveInfo$Builder.throwIfDestroyed:()V
         1: .line 672
            aload 0 /* this */
            getfield android.service.autofill.SaveInfo$Builder.mRequiredIds:[Landroid/view/autofill/AutofillId;
            invokestatic com.android.internal.util.ArrayUtils.isEmpty:([Ljava/lang/Object;)Z
            ifeq 2
            aload 0 /* this */
            getfield android.service.autofill.SaveInfo$Builder.mOptionalIds:[Landroid/view/autofill/AutofillId;
            invokestatic com.android.internal.util.ArrayUtils.isEmpty:([Ljava/lang/Object;)Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
         3: .line 673
      StackMap locals:
      StackMap stack: int
            ldc "must have at least one required or optional id"
         4: .line 671
            invokestatic com.android.internal.util.Preconditions.checkState:(ZLjava/lang/String;)V
         5: .line 674
            aload 0 /* this */
            iconst_1
            putfield android.service.autofill.SaveInfo$Builder.mDestroyed:Z
         6: .line 675
            new android.service.autofill.SaveInfo
            dup
            aload 0 /* this */
            invokespecial android.service.autofill.SaveInfo.<init>:(Landroid/service/autofill/SaveInfo$Builder;)V
            areturn
        end local 0 // android.service.autofill.SaveInfo$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/service/autofill/SaveInfo$Builder;

  private void throwIfDestroyed();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.service.autofill.SaveInfo$Builder this
         0: .line 679
            aload 0 /* this */
            getfield android.service.autofill.SaveInfo$Builder.mDestroyed:Z
            ifeq 2
         1: .line 680
            new java.lang.IllegalStateException
            dup
            ldc "Already called #build()"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 682
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.service.autofill.SaveInfo$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/service/autofill/SaveInfo$Builder;
}
SourceFile: "SaveInfo.java"
NestHost: android.service.autofill.SaveInfo
InnerClasses:
  public final Builder = android.service.autofill.SaveInfo$Builder of android.service.autofill.SaveInfo