public final class android.service.autofill.FillResponse implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.service.autofill.FillResponse
  super_class: java.lang.Object
{
  public static final int FLAG_TRACK_CONTEXT_COMMITED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

  private final android.content.pm.ParceledListSlice<android.service.autofill.Dataset> mDatasets;
    descriptor: Landroid/content/pm/ParceledListSlice;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Landroid/content/pm/ParceledListSlice<Landroid/service/autofill/Dataset;>;

  private final android.service.autofill.SaveInfo mSaveInfo;
    descriptor: Landroid/service/autofill/SaveInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.os.Bundle mClientState;
    descriptor: Landroid/os/Bundle;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.widget.RemoteViews mPresentation;
    descriptor: Landroid/widget/RemoteViews;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.widget.RemoteViews mHeader;
    descriptor: Landroid/widget/RemoteViews;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.widget.RemoteViews mFooter;
    descriptor: Landroid/widget/RemoteViews;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.content.IntentSender mAuthentication;
    descriptor: Landroid/content/IntentSender;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private final long mDisableDuration;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final int mFlags;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public static final android.os.Parcelable$Creator<android.service.autofill.FillResponse> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/service/autofill/FillResponse;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 632
            new android.service.autofill.FillResponse$1
            dup
            invokespecial android.service.autofill.FillResponse$1.<init>:()V
         1: .line 631
            putstatic android.service.autofill.FillResponse.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 687
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(android.service.autofill.FillResponse$Builder);
    descriptor: (Landroid/service/autofill/FillResponse$Builder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.service.autofill.FillResponse this
        start local 1 // android.service.autofill.FillResponse$Builder builder
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 89
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.FillResponse$Builder.mDatasets:Ljava/util/ArrayList;
            ifnull 2
            new android.content.pm.ParceledListSlice
            dup
            aload 1 /* builder */
            getfield android.service.autofill.FillResponse$Builder.mDatasets:Ljava/util/ArrayList;
            invokespecial android.content.pm.ParceledListSlice.<init>:(Ljava/util/List;)V
            goto 3
      StackMap locals: android.service.autofill.FillResponse android.service.autofill.FillResponse$Builder
      StackMap stack: android.service.autofill.FillResponse
         2: aconst_null
      StackMap locals: android.service.autofill.FillResponse android.service.autofill.FillResponse$Builder
      StackMap stack: android.service.autofill.FillResponse android.content.pm.ParceledListSlice
         3: putfield android.service.autofill.FillResponse.mDatasets:Landroid/content/pm/ParceledListSlice;
         4: .line 90
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.FillResponse$Builder.mSaveInfo:Landroid/service/autofill/SaveInfo;
            putfield android.service.autofill.FillResponse.mSaveInfo:Landroid/service/autofill/SaveInfo;
         5: .line 91
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.FillResponse$Builder.mClientState:Landroid/os/Bundle;
            putfield android.service.autofill.FillResponse.mClientState:Landroid/os/Bundle;
         6: .line 92
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.FillResponse$Builder.mPresentation:Landroid/widget/RemoteViews;
            putfield android.service.autofill.FillResponse.mPresentation:Landroid/widget/RemoteViews;
         7: .line 93
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.FillResponse$Builder.mHeader:Landroid/widget/RemoteViews;
            putfield android.service.autofill.FillResponse.mHeader:Landroid/widget/RemoteViews;
         8: .line 94
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.FillResponse$Builder.mFooter:Landroid/widget/RemoteViews;
            putfield android.service.autofill.FillResponse.mFooter:Landroid/widget/RemoteViews;
         9: .line 95
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.FillResponse$Builder.mAuthentication:Landroid/content/IntentSender;
            putfield android.service.autofill.FillResponse.mAuthentication:Landroid/content/IntentSender;
        10: .line 96
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.FillResponse$Builder.mAuthenticationIds:[Landroid/view/autofill/AutofillId;
            putfield android.service.autofill.FillResponse.mAuthenticationIds:[Landroid/view/autofill/AutofillId;
        11: .line 97
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.FillResponse$Builder.mIgnoredIds:[Landroid/view/autofill/AutofillId;
            putfield android.service.autofill.FillResponse.mIgnoredIds:[Landroid/view/autofill/AutofillId;
        12: .line 98
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.FillResponse$Builder.mDisableDuration:J
            putfield android.service.autofill.FillResponse.mDisableDuration:J
        13: .line 99
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.FillResponse$Builder.mFieldClassificationIds:[Landroid/view/autofill/AutofillId;
            putfield android.service.autofill.FillResponse.mFieldClassificationIds:[Landroid/view/autofill/AutofillId;
        14: .line 100
            aload 0 /* this */
            aload 1 /* builder */
            getfield android.service.autofill.FillResponse$Builder.mFlags:I
            putfield android.service.autofill.FillResponse.mFlags:I
        15: .line 101
            aload 0 /* this */
            ldc -2147483648
            putfield android.service.autofill.FillResponse.mRequestId:I
        16: .line 102
            return
        end local 1 // android.service.autofill.FillResponse$Builder builder
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Landroid/service/autofill/FillResponse;
            0   17     1  builder  Landroid/service/autofill/FillResponse$Builder;
    MethodParameters:
         Name  Flags
      builder  

  public android.os.Bundle getClientState();
    descriptor: ()Landroid/os/Bundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 106
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mClientState:Landroid/os/Bundle;
            areturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillResponse;

  public java.util.List<android.service.autofill.Dataset> getDatasets();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 111
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mDatasets:Landroid/content/pm/ParceledListSlice;
            ifnull 1
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mDatasets:Landroid/content/pm/ParceledListSlice;
            invokevirtual android.content.pm.ParceledListSlice.getList:()Ljava/util/List;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.util.List
         2: areturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/service/autofill/FillResponse;
    Signature: ()Ljava/util/List<Landroid/service/autofill/Dataset;>;

  public android.service.autofill.SaveInfo getSaveInfo();
    descriptor: ()Landroid/service/autofill/SaveInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 116
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mSaveInfo:Landroid/service/autofill/SaveInfo;
            areturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillResponse;

  public android.widget.RemoteViews getPresentation();
    descriptor: ()Landroid/widget/RemoteViews;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 121
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mPresentation:Landroid/widget/RemoteViews;
            areturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillResponse;

  public android.widget.RemoteViews getHeader();
    descriptor: ()Landroid/widget/RemoteViews;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 126
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mHeader:Landroid/widget/RemoteViews;
            areturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillResponse;

  public android.widget.RemoteViews getFooter();
    descriptor: ()Landroid/widget/RemoteViews;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 131
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mFooter:Landroid/widget/RemoteViews;
            areturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillResponse;

  public android.content.IntentSender getAuthentication();
    descriptor: ()Landroid/content/IntentSender;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 136
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mAuthentication:Landroid/content/IntentSender;
            areturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillResponse;

  public android.view.autofill.AutofillId[] getAuthenticationIds();
    descriptor: ()[Landroid/view/autofill/AutofillId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 141
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mAuthenticationIds:[Landroid/view/autofill/AutofillId;
            areturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillResponse;

  public android.view.autofill.AutofillId[] getIgnoredIds();
    descriptor: ()[Landroid/view/autofill/AutofillId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 146
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mIgnoredIds:[Landroid/view/autofill/AutofillId;
            areturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillResponse;

  public long getDisableDuration();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 151
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mDisableDuration:J
            lreturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillResponse;

  public android.view.autofill.AutofillId[] getFieldClassificationIds();
    descriptor: ()[Landroid/view/autofill/AutofillId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 156
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mFieldClassificationIds:[Landroid/view/autofill/AutofillId;
            areturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillResponse;

  public int getFlags();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 162
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mFlags:I
            ireturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillResponse;

  public void setRequestId(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.autofill.FillResponse this
        start local 1 // int requestId
         0: .line 175
            aload 0 /* this */
            iload 1 /* requestId */
            putfield android.service.autofill.FillResponse.mRequestId:I
         1: .line 176
            return
        end local 1 // int requestId
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Landroid/service/autofill/FillResponse;
            0    2     1  requestId  I
    MethodParameters:
           Name  Flags
      requestId  

  public int getRequestId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 180
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mRequestId:I
            ireturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillResponse;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 566
            getstatic android.view.autofill.Helper.sDebug:Z
            ifne 1
            aload 0 /* this */
            invokespecial java.lang.Object.toString:()Ljava/lang/String;
            areturn
         1: .line 569
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
         2: .line 570
            new java.lang.StringBuilder
            dup
            ldc "FillResponse : [mRequestId="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mRequestId:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 569
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* builder */
        start local 1 // java.lang.StringBuilder builder
         4: .line 571
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mDatasets:Landroid/content/pm/ParceledListSlice;
            ifnull 6
         5: .line 572
            aload 1 /* builder */
            ldc ", datasets="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mDatasets:Landroid/content/pm/ParceledListSlice;
            invokevirtual android.content.pm.ParceledListSlice.getList:()Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         6: .line 574
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mSaveInfo:Landroid/service/autofill/SaveInfo;
            ifnull 8
         7: .line 575
            aload 1 /* builder */
            ldc ", saveInfo="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mSaveInfo:Landroid/service/autofill/SaveInfo;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         8: .line 577
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mClientState:Landroid/os/Bundle;
            ifnull 10
         9: .line 578
            aload 1 /* builder */
            ldc ", hasClientState"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mPresentation:Landroid/widget/RemoteViews;
            ifnull 12
        11: .line 581
            aload 1 /* builder */
            ldc ", hasPresentation"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 583
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mHeader:Landroid/widget/RemoteViews;
            ifnull 14
        13: .line 584
            aload 1 /* builder */
            ldc ", hasHeader"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        14: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mFooter:Landroid/widget/RemoteViews;
            ifnull 16
        15: .line 587
            aload 1 /* builder */
            ldc ", hasFooter"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        16: .line 589
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mAuthentication:Landroid/content/IntentSender;
            ifnull 18
        17: .line 590
            aload 1 /* builder */
            ldc ", hasAuthentication"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        18: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mAuthenticationIds:[Landroid/view/autofill/AutofillId;
            ifnull 20
        19: .line 593
            aload 1 /* builder */
            ldc ", authenticationIds="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mAuthenticationIds:[Landroid/view/autofill/AutofillId;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        20: .line 595
      StackMap locals:
      StackMap stack:
            aload 1 /* builder */
            ldc ", disableDuration="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mDisableDuration:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            pop
        21: .line 596
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mFlags:I
            ifeq 23
        22: .line 597
            aload 1 /* builder */
            ldc ", flags="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mFlags:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        23: .line 599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mFieldClassificationIds:[Landroid/view/autofill/AutofillId;
            ifnull 25
        24: .line 600
            aload 1 /* builder */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mFieldClassificationIds:[Landroid/view/autofill/AutofillId;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        25: .line 602
      StackMap locals:
      StackMap stack:
            aload 1 /* builder */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder builder
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Landroid/service/autofill/FillResponse;
            4   26     1  builder  Ljava/lang/StringBuilder;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.service.autofill.FillResponse this
         0: .line 611
            iconst_0
            ireturn
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/autofill/FillResponse;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.service.autofill.FillResponse this
        start local 1 // android.os.Parcel parcel
        start local 2 // int flags
         0: .line 616
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mDatasets:Landroid/content/pm/ParceledListSlice;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         1: .line 617
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mSaveInfo:Landroid/service/autofill/SaveInfo;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         2: .line 618
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mClientState:Landroid/os/Bundle;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         3: .line 619
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mAuthenticationIds:[Landroid/view/autofill/AutofillId;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelableArray:([Landroid/os/Parcelable;I)V
         4: .line 620
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mAuthentication:Landroid/content/IntentSender;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         5: .line 621
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mPresentation:Landroid/widget/RemoteViews;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         6: .line 622
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mHeader:Landroid/widget/RemoteViews;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         7: .line 623
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mFooter:Landroid/widget/RemoteViews;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         8: .line 624
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mIgnoredIds:[Landroid/view/autofill/AutofillId;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelableArray:([Landroid/os/Parcelable;I)V
         9: .line 625
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mDisableDuration:J
            invokevirtual android.os.Parcel.writeLong:(J)V
        10: .line 626
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mFieldClassificationIds:[Landroid/view/autofill/AutofillId;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelableArray:([Landroid/os/Parcelable;I)V
        11: .line 627
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mFlags:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        12: .line 628
            aload 1 /* parcel */
            aload 0 /* this */
            getfield android.service.autofill.FillResponse.mRequestId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
        13: .line 629
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel parcel
        end local 0 // android.service.autofill.FillResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Landroid/service/autofill/FillResponse;
            0   14     1  parcel  Landroid/os/Parcel;
            0   14     2   flags  I
    MethodParameters:
        Name  Flags
      parcel  
      flags   
}
SourceFile: "FillResponse.java"
NestMembers:
  android.service.autofill.FillResponse$1  android.service.autofill.FillResponse$Builder  android.service.autofill.FillResponse$FillResponseFlags
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  android.service.autofill.FillResponse$1
  public final Builder = android.service.autofill.FillResponse$Builder of android.service.autofill.FillResponse
  abstract FillResponseFlags = android.service.autofill.FillResponse$FillResponseFlags of android.service.autofill.FillResponse